#D49A59

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

Shades of Porsche #D49A59

Tints of Porsche #D49A59

Color information

#D49A59 (or 0xD49A59) is unknown color: approx Porsche. HEX triplet: D4, 9A and 59. RGB value is (212,154,89). Sum of RGB (Red+Green+Blue) = 212+154+89=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49A59 is #2B65A6. Grayscale: #A4A4A4. Windows color (decimal): -2844071 or 5872340. OLE color: 5872340.

HSL color Cylindrical-coordinate representation of color #D49A59: hue angle of 31.71º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D49A59 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB21215489-
CMYK00.270.580.17
HSL31.71º58.85%59.02%-
HSV(B)31.71º58.02%83.14%-
XYZ40.5137.8314.62-
YUV163.9385.72162.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=46.59%
G=33.85%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121548900.270.580.1731.7158.8559.02
HexD49A5901B3A11203b3b
Octal3242321310337221407373
Binary1101010010011010101100101101111101010001100000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A59; }

 p { color: rgb(212,154,89); }

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

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

 a { background-color: rgb(212,154,89); }

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

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

 span { border-color: rgb(212,154,89); }

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