Shades of Porsche #DC9967
Tints of Porsche #DC9967
RGB
CMYK
RGB Variations
Color information
#DC9967 (or 0xDC9967) is known color: Porsche. HEX triplet: DC, 99 and 67. RGB value is (220,153,103). Sum of RGB (Red+Green+Blue) = 220+153+103=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9967 is #236698. Grayscale: #A7A7A7. Windows color (decimal): -2320025 or 6789596. OLE color: 6789596.
HSL color Cylindrical-coordinate representation of color #DC9967: hue angle of 25.64º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC9967 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 103 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.14 |
| HSL | 25.64º | 0.63% | 0.63% | - |
| HSV(B) | 25.64º | 0.53% | 0.86% | - |
| XYZ | 43.35 | 38.98 | 18.07 | - |
| YUV | 167.33 | 91.7 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 103 | 0 | 0.30 | 0.53 | 0.14 | 25.64 | 0.63 | 0.63 |
| Hex | DC | 99 | 67 | 0 | 1E | 35 | E | 1A | 3F | 3F |
| Octal | 334 | 231 | 147 | 0 | 36 | 65 | 16 | 32 | 77 | 77 |
| Binary | 11011100 | 10011001 | 1100111 | 0 | 11110 | 110101 | 1110 | 11010 | 111111 | 111111 |
Color Harmonies of #DC9967
Complementary color
Monochromatic Colors of #DC9967
Black with #DC9967
Text Example
Text Example
White with #DC9967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9967; }
p { color: rgb(220,153,103); }
H1.HeaderClassName
{
color: #DC9967;
}
.AnyTagClassName
{
color: #DC9967;
}
</style>
background-color css
<style>
a { background-color: #DC9967; }
a { background-color: rgb(220,153,103); }
div.DivClassName
{
background-color: #DC9967;
}
.BgClassName
{
background-color: #DC9967;
}
</style>
border-color css
<style>
span { border-color: #DC9967; }
span { border-color: rgb(220,153,103); }
td.TdClassName
{
border-color: #DC9967;
}
.TagClassName
{
border-color: #DC9967;
}
</style>