Shades of Porsche #DC9D5F
Tints of Porsche #DC9D5F
RGB
CMYK
RGB Variations
Color information
#DC9D5F (or 0xDC9D5F) is known color: Porsche. HEX triplet: DC, 9D and 5F. RGB value is (220,157,95). Sum of RGB (Red+Green+Blue) = 220+157+95=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D5F is #2362A0. Grayscale: #A9A9A9. Windows color (decimal): -2319009 or 6266332. OLE color: 6266332.
HSL color Cylindrical-coordinate representation of color #DC9D5F: hue angle of 29.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC9D5F is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 95 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.14 |
| HSL | 29.76º | 0.64% | 0.62% | - |
| HSV(B) | 29.76º | 0.57% | 0.86% | - |
| XYZ | 43.64 | 40.16 | 16.28 | - |
| YUV | 168.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 95 | 0 | 0.29 | 0.57 | 0.14 | 29.76 | 0.64 | 0.62 |
| Hex | DC | 9D | 5F | 0 | 1D | 39 | E | 1E | 40 | 3E |
| Octal | 334 | 235 | 137 | 0 | 35 | 71 | 16 | 36 | 100 | 76 |
| Binary | 11011100 | 10011101 | 1011111 | 0 | 11101 | 111001 | 1110 | 11110 | 1000000 | 111110 |
Color Harmonies of #DC9D5F
Complementary color
Monochromatic Colors of #DC9D5F
Black with #DC9D5F
Text Example
Text Example
White with #DC9D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D5F; }
p { color: rgb(220,157,95); }
H1.HeaderClassName
{
color: #DC9D5F;
}
.AnyTagClassName
{
color: #DC9D5F;
}
</style>
background-color css
<style>
a { background-color: #DC9D5F; }
a { background-color: rgb(220,157,95); }
div.DivClassName
{
background-color: #DC9D5F;
}
.BgClassName
{
background-color: #DC9D5F;
}
</style>
border-color css
<style>
span { border-color: #DC9D5F; }
span { border-color: rgb(220,157,95); }
td.TdClassName
{
border-color: #DC9D5F;
}
.TagClassName
{
border-color: #DC9D5F;
}
</style>