Shades of Porsche #DC9D6C
Tints of Porsche #DC9D6C
RGB
CMYK
RGB Variations
Color information
#DC9D6C (or 0xDC9D6C) is known color: Porsche. HEX triplet: DC, 9D and 6C. RGB value is (220,157,108). Sum of RGB (Red+Green+Blue) = 220+157+108=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D6C is #236293. Grayscale: #AAAAAA. Windows color (decimal): -2318996 or 7118300. OLE color: 7118300.
HSL color Cylindrical-coordinate representation of color #DC9D6C: hue angle of 26.25º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC9D6C is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 108 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.14 |
| HSL | 26.25º | 0.62% | 0.64% | - |
| HSV(B) | 26.25º | 0.51% | 0.86% | - |
| XYZ | 44.28 | 40.41 | 19.65 | - |
| YUV | 170.25 | 92.87 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 108 | 0 | 0.29 | 0.51 | 0.14 | 26.25 | 0.62 | 0.64 |
| Hex | DC | 9D | 6C | 0 | 1D | 33 | E | 1A | 3E | 40 |
| Octal | 334 | 235 | 154 | 0 | 35 | 63 | 16 | 32 | 76 | 100 |
| Binary | 11011100 | 10011101 | 1101100 | 0 | 11101 | 110011 | 1110 | 11010 | 111110 | 1000000 |
Color Harmonies of #DC9D6C
Complementary color
Monochromatic Colors of #DC9D6C
Black with #DC9D6C
Text Example
Text Example
White with #DC9D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D6C; }
p { color: rgb(220,157,108); }
H1.HeaderClassName
{
color: #DC9D6C;
}
.AnyTagClassName
{
color: #DC9D6C;
}
</style>
background-color css
<style>
a { background-color: #DC9D6C; }
a { background-color: rgb(220,157,108); }
div.DivClassName
{
background-color: #DC9D6C;
}
.BgClassName
{
background-color: #DC9D6C;
}
</style>
border-color css
<style>
span { border-color: #DC9D6C; }
span { border-color: rgb(220,157,108); }
td.TdClassName
{
border-color: #DC9D6C;
}
.TagClassName
{
border-color: #DC9D6C;
}
</style>