Shades of Porsche #DB9B5F
Tints of Porsche #DB9B5F
RGB
CMYK
RGB Variations
Color information
#DB9B5F (or 0xDB9B5F) is known color: Porsche. HEX triplet: DB, 9B and 5F. RGB value is (219,155,95). Sum of RGB (Red+Green+Blue) = 219+155+95=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B5F is #2464A0. Grayscale: #A7A7A7. Windows color (decimal): -2385057 or 6265819. OLE color: 6265819.
HSL color Cylindrical-coordinate representation of color #DB9B5F: hue angle of 29.03º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB9B5F is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 95 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.14 |
| HSL | 29.03º | 0.63% | 0.62% | - |
| HSV(B) | 29.03º | 0.57% | 0.86% | - |
| XYZ | 43 | 39.33 | 16.15 | - |
| YUV | 167.3 | 87.2 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 95 | 0 | 0.29 | 0.57 | 0.14 | 29.03 | 0.63 | 0.62 |
| Hex | DB | 9B | 5F | 0 | 1D | 39 | E | 1D | 3F | 3E |
| Octal | 333 | 233 | 137 | 0 | 35 | 71 | 16 | 35 | 77 | 76 |
| Binary | 11011011 | 10011011 | 1011111 | 0 | 11101 | 111001 | 1110 | 11101 | 111111 | 111110 |
Color Harmonies of #DB9B5F
Complementary color
Monochromatic Colors of #DB9B5F
Black with #DB9B5F
Text Example
Text Example
White with #DB9B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B5F; }
p { color: rgb(219,155,95); }
H1.HeaderClassName
{
color: #DB9B5F;
}
.AnyTagClassName
{
color: #DB9B5F;
}
</style>
background-color css
<style>
a { background-color: #DB9B5F; }
a { background-color: rgb(219,155,95); }
div.DivClassName
{
background-color: #DB9B5F;
}
.BgClassName
{
background-color: #DB9B5F;
}
</style>
border-color css
<style>
span { border-color: #DB9B5F; }
span { border-color: rgb(219,155,95); }
td.TdClassName
{
border-color: #DB9B5F;
}
.TagClassName
{
border-color: #DB9B5F;
}
</style>