Shades of Porsche #DB9E62
Tints of Porsche #DB9E62
RGB
CMYK
RGB Variations
Color information
#DB9E62 (or 0xDB9E62) is known color: Porsche. HEX triplet: DB, 9E and 62. RGB value is (219,158,98). Sum of RGB (Red+Green+Blue) = 219+158+98=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E62 is #24619D. Grayscale: #A9A9A9. Windows color (decimal): -2384286 or 6463195. OLE color: 6463195.
HSL color Cylindrical-coordinate representation of color #DB9E62: hue angle of 29.75º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB9E62 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 98 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.14 |
| HSL | 29.75º | 0.63% | 0.62% | - |
| HSV(B) | 29.75º | 0.55% | 0.86% | - |
| XYZ | 43.64 | 40.4 | 17.05 | - |
| YUV | 169.4 | 87.71 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 98 | 0 | 0.28 | 0.55 | 0.14 | 29.75 | 0.63 | 0.62 |
| Hex | DB | 9E | 62 | 0 | 1C | 37 | E | 1E | 3F | 3E |
| Octal | 333 | 236 | 142 | 0 | 34 | 67 | 16 | 36 | 77 | 76 |
| Binary | 11011011 | 10011110 | 1100010 | 0 | 11100 | 110111 | 1110 | 11110 | 111111 | 111110 |
Color Harmonies of #DB9E62
Complementary color
Monochromatic Colors of #DB9E62
Black with #DB9E62
Text Example
Text Example
White with #DB9E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E62; }
p { color: rgb(219,158,98); }
H1.HeaderClassName
{
color: #DB9E62;
}
.AnyTagClassName
{
color: #DB9E62;
}
</style>
background-color css
<style>
a { background-color: #DB9E62; }
a { background-color: rgb(219,158,98); }
div.DivClassName
{
background-color: #DB9E62;
}
.BgClassName
{
background-color: #DB9E62;
}
</style>
border-color css
<style>
span { border-color: #DB9E62; }
span { border-color: rgb(219,158,98); }
td.TdClassName
{
border-color: #DB9E62;
}
.TagClassName
{
border-color: #DB9E62;
}
</style>