Shades of Porsche #DB9C67
Tints of Porsche #DB9C67
RGB
CMYK
RGB Variations
Color information
#DB9C67 (or 0xDB9C67) is known color: Porsche. HEX triplet: DB, 9C and 67. RGB value is (219,156,103). Sum of RGB (Red+Green+Blue) = 219+156+103=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C67 is #246398. Grayscale: #A9A9A9. Windows color (decimal): -2384793 or 6790363. OLE color: 6790363.
HSL color Cylindrical-coordinate representation of color #DB9C67: hue angle of 27.41º degrees, saturation: 0.62, 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 #DB9C67 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 103 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.14 |
| HSL | 27.41º | 0.62% | 0.63% | - |
| HSV(B) | 27.41º | 0.53% | 0.86% | - |
| XYZ | 43.55 | 39.82 | 18.22 | - |
| YUV | 168.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 103 | 0 | 0.29 | 0.53 | 0.14 | 27.41 | 0.62 | 0.63 |
| Hex | DB | 9C | 67 | 0 | 1D | 35 | E | 1B | 3E | 3F |
| Octal | 333 | 234 | 147 | 0 | 35 | 65 | 16 | 33 | 76 | 77 |
| Binary | 11011011 | 10011100 | 1100111 | 0 | 11101 | 110101 | 1110 | 11011 | 111110 | 111111 |
Color Harmonies of #DB9C67
Complementary color
Monochromatic Colors of #DB9C67
Black with #DB9C67
Text Example
Text Example
White with #DB9C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C67; }
p { color: rgb(219,156,103); }
H1.HeaderClassName
{
color: #DB9C67;
}
.AnyTagClassName
{
color: #DB9C67;
}
</style>
background-color css
<style>
a { background-color: #DB9C67; }
a { background-color: rgb(219,156,103); }
div.DivClassName
{
background-color: #DB9C67;
}
.BgClassName
{
background-color: #DB9C67;
}
</style>
border-color css
<style>
span { border-color: #DB9C67; }
span { border-color: rgb(219,156,103); }
td.TdClassName
{
border-color: #DB9C67;
}
.TagClassName
{
border-color: #DB9C67;
}
</style>