Shades of Porsche #DB9A64
Tints of Porsche #DB9A64
RGB
CMYK
RGB Variations
Color information
#DB9A64 (or 0xDB9A64) is known color: Porsche. HEX triplet: DB, 9A and 64. RGB value is (219,154,100). Sum of RGB (Red+Green+Blue) = 219+154+100=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A64 is #24659B. Grayscale: #A7A7A7. Windows color (decimal): -2385308 or 6593243. OLE color: 6593243.
HSL color Cylindrical-coordinate representation of color #DB9A64: hue angle of 27.23º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB9A64 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 100 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.14 |
| HSL | 27.23º | 0.62% | 0.63% | - |
| HSV(B) | 27.23º | 0.54% | 0.86% | - |
| XYZ | 43.07 | 39.09 | 17.33 | - |
| YUV | 167.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 100 | 0 | 0.30 | 0.54 | 0.14 | 27.23 | 0.62 | 0.63 |
| Hex | DB | 9A | 64 | 0 | 1E | 36 | E | 1B | 3E | 3F |
| Octal | 333 | 232 | 144 | 0 | 36 | 66 | 16 | 33 | 76 | 77 |
| Binary | 11011011 | 10011010 | 1100100 | 0 | 11110 | 110110 | 1110 | 11011 | 111110 | 111111 |
Color Harmonies of #DB9A64
Complementary color
Monochromatic Colors of #DB9A64
Black with #DB9A64
Text Example
Text Example
White with #DB9A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A64; }
p { color: rgb(219,154,100); }
H1.HeaderClassName
{
color: #DB9A64;
}
.AnyTagClassName
{
color: #DB9A64;
}
</style>
background-color css
<style>
a { background-color: #DB9A64; }
a { background-color: rgb(219,154,100); }
div.DivClassName
{
background-color: #DB9A64;
}
.BgClassName
{
background-color: #DB9A64;
}
</style>
border-color css
<style>
span { border-color: #DB9A64; }
span { border-color: rgb(219,154,100); }
td.TdClassName
{
border-color: #DB9A64;
}
.TagClassName
{
border-color: #DB9A64;
}
</style>