#DC9D51

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

Shades of Porsche #DC9D51

Tints of Porsche #DC9D51

Color information

#DC9D51 (or 0xDC9D51) is unknown color: approx Porsche. HEX triplet: DC, 9D and 51. RGB value is (220,157,81). Sum of RGB (Red+Green+Blue) = 220+157+81=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D51 is #2362AE. Grayscale: #A7A7A7. Windows color (decimal): -2319023 or 5348828. OLE color: 5348828.

HSL color Cylindrical-coordinate representation of color #DC9D51: hue angle of 32.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC9D51 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB22015781-
CMYK00.290.630.14
HSL32.81º66.51%59.02%-
HSV(B)32.81º63.18%86.27%-
XYZ43.0639.9213.22-
YUV167.1779.37165.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 81 (32.03% from 255) = 17.69%
R=48.03%
G=34.28%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201578100.290.630.1432.8166.5159.02
HexDC9D5101D3FE21433b
Octal33423512103577164110373
Binary1101110010011101101000101110111111111101000011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D51; }

 p { color: rgb(220,157,81); }

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

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

 a { background-color: rgb(220,157,81); }

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

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

 span { border-color: rgb(220,157,81); }

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