Shades of Porsche #DB9A63
Tints of Porsche #DB9A63
RGB
CMYK
RGB Variations
Color information
#DB9A63 (or 0xDB9A63) is known color: Porsche. HEX triplet: DB, 9A and 63. RGB value is (219,154,99). Sum of RGB (Red+Green+Blue) = 219+154+99=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A63 is #24659C. Grayscale: #A7A7A7. Windows color (decimal): -2385309 or 6527707. OLE color: 6527707.
HSL color Cylindrical-coordinate representation of color #DB9A63: hue angle of 27.5º 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 #DB9A63 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 99 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.14 |
| HSL | 27.5º | 0.63% | 0.62% | - |
| HSV(B) | 27.5º | 0.55% | 0.86% | - |
| XYZ | 43.02 | 39.07 | 17.08 | - |
| YUV | 167.17 | 89.53 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 99 | 0 | 0.30 | 0.55 | 0.14 | 27.5 | 0.63 | 0.62 |
| Hex | DB | 9A | 63 | 0 | 1E | 37 | E | 1C | 3E | 3E |
| Octal | 333 | 232 | 143 | 0 | 36 | 67 | 16 | 34 | 76 | 76 |
| Binary | 11011011 | 10011010 | 1100011 | 0 | 11110 | 110111 | 1110 | 11100 | 111110 | 111110 |
Color Harmonies of #DB9A63
Complementary color
Monochromatic Colors of #DB9A63
Black with #DB9A63
Text Example
Text Example
White with #DB9A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A63; }
p { color: rgb(219,154,99); }
H1.HeaderClassName
{
color: #DB9A63;
}
.AnyTagClassName
{
color: #DB9A63;
}
</style>
background-color css
<style>
a { background-color: #DB9A63; }
a { background-color: rgb(219,154,99); }
div.DivClassName
{
background-color: #DB9A63;
}
.BgClassName
{
background-color: #DB9A63;
}
</style>
border-color css
<style>
span { border-color: #DB9A63; }
span { border-color: rgb(219,154,99); }
td.TdClassName
{
border-color: #DB9A63;
}
.TagClassName
{
border-color: #DB9A63;
}
</style>