#DDA458

Color #DDA458 Porsche (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Porsche #DDA458

Tints of Porsche #DDA458

Color information

#DDA458 (or 0xDDA458) is unknown color: approx Porsche. HEX triplet: DD, A4 and 58. RGB value is (221,164,88). Sum of RGB (Red+Green+Blue) = 221+164+88=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA458 is #225BA7. Grayscale: #ACACAC. Windows color (decimal): -2251688 or 5809373. OLE color: 5809373.

HSL color Cylindrical-coordinate representation of color #DDA458: hue angle of 34.29º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDA458 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22116488-
CMYK00.260.600.13
HSL34.29º66.17%60.59%-
HSV(B)34.29º60.18%86.67%-
XYZ44.8642.6315.1-
YUV172.3880.38162.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=46.72%
G=34.67%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211648800.260.600.1334.2966.1760.59
HexDDA45801A3CD22423d
Octal33524413003274154210275
Binary1101110110100100101100001101011110011011000101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA458; }

 p { color: rgb(221,164,88); }

 H1.HeaderClassName
 {
   color: #DDA458;
 }
 .AnyTagClassName
 {
   color: #DDA458;
 }
</style>
background-color css

<style>
 a { background-color: #DDA458; }

 a { background-color: rgb(221,164,88); }

 div.DivClassName
 {
   background-color: #DDA458;
 }
 .BgClassName
 {
   background-color: #DDA458;
 }
</style>
border-color css

<style>
 span { border-color: #DDA458; }

 span { border-color: rgb(221,164,88); }

 td.TdClassName
 {
   border-color: #DDA458;
 }
 .TagClassName
 {
   border-color: #DDA458;
 }
</style>