Shades of Porsche #DC9C5D
Tints of Porsche #DC9C5D
RGB
CMYK
RGB Variations
Color information
#DC9C5D (or 0xDC9C5D) is known color: Porsche. HEX triplet: DC, 9C and 5D. RGB value is (220,156,93). Sum of RGB (Red+Green+Blue) = 220+156+93=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C5D is #2363A2. Grayscale: #A8A8A8. Windows color (decimal): -2319267 or 6135004. OLE color: 6135004.
HSL color Cylindrical-coordinate representation of color #DC9C5D: hue angle of 29.76º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC9C5D is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 93 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.14 |
| HSL | 29.76º | 0.64% | 0.61% | - |
| HSV(B) | 29.76º | 0.58% | 0.86% | - |
| XYZ | 43.38 | 39.78 | 15.75 | - |
| YUV | 167.95 | 85.7 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 93 | 0 | 0.29 | 0.58 | 0.14 | 29.76 | 0.64 | 0.61 |
| Hex | DC | 9C | 5D | 0 | 1D | 3A | E | 1E | 40 | 3D |
| Octal | 334 | 234 | 135 | 0 | 35 | 72 | 16 | 36 | 100 | 75 |
| Binary | 11011100 | 10011100 | 1011101 | 0 | 11101 | 111010 | 1110 | 11110 | 1000000 | 111101 |
Color Harmonies of #DC9C5D
Complementary color
Monochromatic Colors of #DC9C5D
Black with #DC9C5D
Text Example
Text Example
White with #DC9C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C5D; }
p { color: rgb(220,156,93); }
H1.HeaderClassName
{
color: #DC9C5D;
}
.AnyTagClassName
{
color: #DC9C5D;
}
</style>
background-color css
<style>
a { background-color: #DC9C5D; }
a { background-color: rgb(220,156,93); }
div.DivClassName
{
background-color: #DC9C5D;
}
.BgClassName
{
background-color: #DC9C5D;
}
</style>
border-color css
<style>
span { border-color: #DC9C5D; }
span { border-color: rgb(220,156,93); }
td.TdClassName
{
border-color: #DC9C5D;
}
.TagClassName
{
border-color: #DC9C5D;
}
</style>