Shades of Porsche #DB9F63
Tints of Porsche #DB9F63
RGB
CMYK
RGB Variations
Color information
#DB9F63 (or 0xDB9F63) is known color: Porsche. HEX triplet: DB, 9F and 63. RGB value is (219,159,99). Sum of RGB (Red+Green+Blue) = 219+159+99=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F63 is #24609C. Grayscale: #AAAAAA. Windows color (decimal): -2384029 or 6528987. OLE color: 6528987.
HSL color Cylindrical-coordinate representation of color #DB9F63: hue angle of 30º degrees, saturation: 0.62, 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 #DB9F63 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 99 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.14 |
| HSL | 30º | 0.63% | 0.62% | - |
| HSV(B) | 30º | 0.55% | 0.86% | - |
| XYZ | 43.86 | 40.76 | 17.36 | - |
| YUV | 170.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 99 | 0 | 0.27 | 0.55 | 0.14 | 30 | 0.63 | 0.62 |
| Hex | DB | 9F | 63 | 0 | 1B | 37 | E | 1E | 3E | 3E |
| Octal | 333 | 237 | 143 | 0 | 33 | 67 | 16 | 36 | 76 | 76 |
| Binary | 11011011 | 10011111 | 1100011 | 0 | 11011 | 110111 | 1110 | 11110 | 111110 | 111110 |
Color Harmonies of #DB9F63
Complementary color
Monochromatic Colors of #DB9F63
Black with #DB9F63
Text Example
Text Example
White with #DB9F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F63; }
p { color: rgb(219,159,99); }
H1.HeaderClassName
{
color: #DB9F63;
}
.AnyTagClassName
{
color: #DB9F63;
}
</style>
background-color css
<style>
a { background-color: #DB9F63; }
a { background-color: rgb(219,159,99); }
div.DivClassName
{
background-color: #DB9F63;
}
.BgClassName
{
background-color: #DB9F63;
}
</style>
border-color css
<style>
span { border-color: #DB9F63; }
span { border-color: rgb(219,159,99); }
td.TdClassName
{
border-color: #DB9F63;
}
.TagClassName
{
border-color: #DB9F63;
}
</style>