#D59C4F

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

Shades of Porsche #D59C4F

Tints of Porsche #D59C4F

Color information

#D59C4F (or 0xD59C4F) is unknown color: approx Porsche. HEX triplet: D5, 9C and 4F. RGB value is (213,156,79). Sum of RGB (Red+Green+Blue) = 213+156+79=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C4F is #2A63B0. Grayscale: #A4A4A4. Windows color (decimal): -2778033 or 5217493. OLE color: 5217493.

HSL color Cylindrical-coordinate representation of color #D59C4F: hue angle of 34.48º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D59C4F is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB21315679-
CMYK00.270.630.16
HSL34.48º61.47%57.25%-
HSV(B)34.48º62.91%83.53%-
XYZ40.7438.4912.68-
YUV164.2679.88162.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 79 (31.25% from 255) = 17.63%
R=47.54%
G=34.82%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131567900.270.630.1634.4861.4757.25
HexD59C4F01B3F10223d39
Octal3252341170337720427571
Binary1101010110011100100111101101111111110000100010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C4F; }

 p { color: rgb(213,156,79); }

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

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

 a { background-color: rgb(213,156,79); }

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

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

 span { border-color: rgb(213,156,79); }

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