Shades of Porsche #DC9C68
Tints of Porsche #DC9C68
RGB
CMYK
RGB Variations
Color information
#DC9C68 (or 0xDC9C68) is known color: Porsche. HEX triplet: DC, 9C and 68. RGB value is (220,156,104). Sum of RGB (Red+Green+Blue) = 220+156+104=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C68 is #236397. Grayscale: #A9A9A9. Windows color (decimal): -2319256 or 6855900. OLE color: 6855900.
HSL color Cylindrical-coordinate representation of color #DC9C68: hue angle of 26.9º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC9C68 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 104 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.14 |
| HSL | 26.9º | 0.62% | 0.64% | - |
| HSV(B) | 26.9º | 0.53% | 0.86% | - |
| XYZ | 43.9 | 39.99 | 18.5 | - |
| YUV | 169.21 | 91.2 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 104 | 0 | 0.29 | 0.53 | 0.14 | 26.9 | 0.62 | 0.64 |
| Hex | DC | 9C | 68 | 0 | 1D | 35 | E | 1B | 3E | 40 |
| Octal | 334 | 234 | 150 | 0 | 35 | 65 | 16 | 33 | 76 | 100 |
| Binary | 11011100 | 10011100 | 1101000 | 0 | 11101 | 110101 | 1110 | 11011 | 111110 | 1000000 |
Color Harmonies of #DC9C68
Complementary color
Monochromatic Colors of #DC9C68
Black with #DC9C68
Text Example
Text Example
White with #DC9C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C68; }
p { color: rgb(220,156,104); }
H1.HeaderClassName
{
color: #DC9C68;
}
.AnyTagClassName
{
color: #DC9C68;
}
</style>
background-color css
<style>
a { background-color: #DC9C68; }
a { background-color: rgb(220,156,104); }
div.DivClassName
{
background-color: #DC9C68;
}
.BgClassName
{
background-color: #DC9C68;
}
</style>
border-color css
<style>
span { border-color: #DC9C68; }
span { border-color: rgb(220,156,104); }
td.TdClassName
{
border-color: #DC9C68;
}
.TagClassName
{
border-color: #DC9C68;
}
</style>