Shades of Porsche #DC9C57
Tints of Porsche #DC9C57
RGB
CMYK
RGB Variations
Color information
#DC9C57 (or 0xDC9C57) is known color: Porsche. HEX triplet: DC, 9C and 57. RGB value is (220,156,87). Sum of RGB (Red+Green+Blue) = 220+156+87=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C57 is #2363A8. Grayscale: #A7A7A7. Windows color (decimal): -2319273 or 5741788. OLE color: 5741788.
HSL color Cylindrical-coordinate representation of color #DC9C57: hue angle of 31.13º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC9C57 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 87 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.14 |
| HSL | 31.13º | 0.66% | 0.6% | - |
| HSV(B) | 31.13º | 0.6% | 0.86% | - |
| XYZ | 43.12 | 39.68 | 14.4 | - |
| YUV | 167.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 87 | 0 | 0.29 | 0.60 | 0.14 | 31.13 | 0.66 | 0.6 |
| Hex | DC | 9C | 57 | 0 | 1D | 3C | E | 1F | 42 | 3C |
| Octal | 334 | 234 | 127 | 0 | 35 | 74 | 16 | 37 | 102 | 74 |
| Binary | 11011100 | 10011100 | 1010111 | 0 | 11101 | 111100 | 1110 | 11111 | 1000010 | 111100 |
Color Harmonies of #DC9C57
Complementary color
Monochromatic Colors of #DC9C57
Black with #DC9C57
Text Example
Text Example
White with #DC9C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C57; }
p { color: rgb(220,156,87); }
H1.HeaderClassName
{
color: #DC9C57;
}
.AnyTagClassName
{
color: #DC9C57;
}
</style>
background-color css
<style>
a { background-color: #DC9C57; }
a { background-color: rgb(220,156,87); }
div.DivClassName
{
background-color: #DC9C57;
}
.BgClassName
{
background-color: #DC9C57;
}
</style>
border-color css
<style>
span { border-color: #DC9C57; }
span { border-color: rgb(220,156,87); }
td.TdClassName
{
border-color: #DC9C57;
}
.TagClassName
{
border-color: #DC9C57;
}
</style>