Shades of Porsche #DC9C53
Tints of Porsche #DC9C53
RGB
CMYK
RGB Variations
Color information
#DC9C53 (or 0xDC9C53) is known color: Porsche. HEX triplet: DC, 9C and 53. RGB value is (220,156,83). Sum of RGB (Red+Green+Blue) = 220+156+83=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C53 is #2363AC. Grayscale: #A7A7A7. Windows color (decimal): -2319277 or 5479644. OLE color: 5479644.
HSL color Cylindrical-coordinate representation of color #DC9C53: hue angle of 31.97º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC9C53 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 83 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.14 |
| HSL | 31.97º | 0.66% | 0.59% | - |
| HSV(B) | 31.97º | 0.62% | 0.86% | - |
| XYZ | 42.97 | 39.62 | 13.57 | - |
| YUV | 166.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 83 | 0 | 0.29 | 0.62 | 0.14 | 31.97 | 0.66 | 0.59 |
| Hex | DC | 9C | 53 | 0 | 1D | 3E | E | 20 | 42 | 3B |
| Octal | 334 | 234 | 123 | 0 | 35 | 76 | 16 | 40 | 102 | 73 |
| Binary | 11011100 | 10011100 | 1010011 | 0 | 11101 | 111110 | 1110 | 100000 | 1000010 | 111011 |
Color Harmonies of #DC9C53
Complementary color
Monochromatic Colors of #DC9C53
Black with #DC9C53
Text Example
Text Example
White with #DC9C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C53; }
p { color: rgb(220,156,83); }
H1.HeaderClassName
{
color: #DC9C53;
}
.AnyTagClassName
{
color: #DC9C53;
}
</style>
background-color css
<style>
a { background-color: #DC9C53; }
a { background-color: rgb(220,156,83); }
div.DivClassName
{
background-color: #DC9C53;
}
.BgClassName
{
background-color: #DC9C53;
}
</style>
border-color css
<style>
span { border-color: #DC9C53; }
span { border-color: rgb(220,156,83); }
td.TdClassName
{
border-color: #DC9C53;
}
.TagClassName
{
border-color: #DC9C53;
}
</style>