Shades of Porsche #DC9A67
Tints of Porsche #DC9A67
RGB
CMYK
RGB Variations
Color information
#DC9A67 (or 0xDC9A67) is known color: Porsche. HEX triplet: DC, 9A and 67. RGB value is (220,154,103). Sum of RGB (Red+Green+Blue) = 220+154+103=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A67 is #236598. Grayscale: #A8A8A8. Windows color (decimal): -2319769 or 6789852. OLE color: 6789852.
HSL color Cylindrical-coordinate representation of color #DC9A67: hue angle of 26.15º 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 #DC9A67 is Cyan = 0, Magento = 0.3, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 103 | - |
| CMYK | 0 | 0.3 | 0.53 | 0.14 |
| HSL | 26.15º | 0.63% | 0.63% | - |
| HSV(B) | 26.15º | 0.53% | 0.86% | - |
| XYZ | 43.52 | 39.31 | 18.13 | - |
| YUV | 167.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 103 | 0 | 0.3 | 0.53 | 0.14 | 26.15 | 0.63 | 0.63 |
| Hex | DC | 9A | 67 | 0 | 1E | 35 | E | 1A | 3F | 3F |
| Octal | 334 | 232 | 147 | 0 | 36 | 65 | 16 | 32 | 77 | 77 |
| Binary | 11011100 | 10011010 | 1100111 | 0 | 11110 | 110101 | 1110 | 11010 | 111111 | 111111 |
Color Harmonies of #DC9A67
Complementary color
Monochromatic Colors of #DC9A67
Black with #DC9A67
Text Example
Text Example
White with #DC9A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A67; }
p { color: rgb(220,154,103); }
H1.HeaderClassName
{
color: #DC9A67;
}
.AnyTagClassName
{
color: #DC9A67;
}
</style>
background-color css
<style>
a { background-color: #DC9A67; }
a { background-color: rgb(220,154,103); }
div.DivClassName
{
background-color: #DC9A67;
}
.BgClassName
{
background-color: #DC9A67;
}
</style>
border-color css
<style>
span { border-color: #DC9A67; }
span { border-color: rgb(220,154,103); }
td.TdClassName
{
border-color: #DC9A67;
}
.TagClassName
{
border-color: #DC9A67;
}
</style>