Shades of Porsche #DB9B63
Tints of Porsche #DB9B63
RGB
CMYK
RGB Variations
Color information
#DB9B63 (or 0xDB9B63) is known color: Porsche. HEX triplet: DB, 9B and 63. RGB value is (219,155,99). Sum of RGB (Red+Green+Blue) = 219+155+99=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B63 is #24649C. Grayscale: #A8A8A8. Windows color (decimal): -2385053 or 6527963. OLE color: 6527963.
HSL color Cylindrical-coordinate representation of color #DB9B63: hue angle of 28º 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 #DB9B63 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 99 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.14 |
| HSL | 28º | 0.63% | 0.62% | - |
| HSV(B) | 28º | 0.55% | 0.86% | - |
| XYZ | 43.19 | 39.4 | 17.13 | - |
| YUV | 167.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 99 | 0 | 0.29 | 0.55 | 0.14 | 28 | 0.63 | 0.62 |
| Hex | DB | 9B | 63 | 0 | 1D | 37 | E | 1C | 3E | 3E |
| Octal | 333 | 233 | 143 | 0 | 35 | 67 | 16 | 34 | 76 | 76 |
| Binary | 11011011 | 10011011 | 1100011 | 0 | 11101 | 110111 | 1110 | 11100 | 111110 | 111110 |
Color Harmonies of #DB9B63
Complementary color
Monochromatic Colors of #DB9B63
Black with #DB9B63
Text Example
Text Example
White with #DB9B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B63; }
p { color: rgb(219,155,99); }
H1.HeaderClassName
{
color: #DB9B63;
}
.AnyTagClassName
{
color: #DB9B63;
}
</style>
background-color css
<style>
a { background-color: #DB9B63; }
a { background-color: rgb(219,155,99); }
div.DivClassName
{
background-color: #DB9B63;
}
.BgClassName
{
background-color: #DB9B63;
}
</style>
border-color css
<style>
span { border-color: #DB9B63; }
span { border-color: rgb(219,155,99); }
td.TdClassName
{
border-color: #DB9B63;
}
.TagClassName
{
border-color: #DB9B63;
}
</style>