Shades of Porsche #DC9B67
Tints of Porsche #DC9B67
RGB
CMYK
RGB Variations
Color information
#DC9B67 (or 0xDC9B67) is known color: Porsche. HEX triplet: DC, 9B and 67. RGB value is (220,155,103). Sum of RGB (Red+Green+Blue) = 220+155+103=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B67 is #236498. Grayscale: #A8A8A8. Windows color (decimal): -2319513 or 6790108. OLE color: 6790108.
HSL color Cylindrical-coordinate representation of color #DC9B67: hue angle of 26.67º 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 #DC9B67 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 103 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.14 |
| HSL | 26.67º | 0.63% | 0.63% | - |
| HSV(B) | 26.67º | 0.53% | 0.86% | - |
| XYZ | 43.68 | 39.64 | 18.18 | - |
| YUV | 168.51 | 91.03 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 103 | 0 | 0.30 | 0.53 | 0.14 | 26.67 | 0.63 | 0.63 |
| Hex | DC | 9B | 67 | 0 | 1E | 35 | E | 1B | 3F | 3F |
| Octal | 334 | 233 | 147 | 0 | 36 | 65 | 16 | 33 | 77 | 77 |
| Binary | 11011100 | 10011011 | 1100111 | 0 | 11110 | 110101 | 1110 | 11011 | 111111 | 111111 |
Color Harmonies of #DC9B67
Complementary color
Monochromatic Colors of #DC9B67
Black with #DC9B67
Text Example
Text Example
White with #DC9B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B67; }
p { color: rgb(220,155,103); }
H1.HeaderClassName
{
color: #DC9B67;
}
.AnyTagClassName
{
color: #DC9B67;
}
</style>
background-color css
<style>
a { background-color: #DC9B67; }
a { background-color: rgb(220,155,103); }
div.DivClassName
{
background-color: #DC9B67;
}
.BgClassName
{
background-color: #DC9B67;
}
</style>
border-color css
<style>
span { border-color: #DC9B67; }
span { border-color: rgb(220,155,103); }
td.TdClassName
{
border-color: #DC9B67;
}
.TagClassName
{
border-color: #DC9B67;
}
</style>