Shades of Porsche #DB9A54
Tints of Porsche #DB9A54
RGB
CMYK
RGB Variations
Color information
#DB9A54 (or 0xDB9A54) is known color: Porsche. HEX triplet: DB, 9A and 54. RGB value is (219,154,84). Sum of RGB (Red+Green+Blue) = 219+154+84=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A54 is #2465AB. Grayscale: #A5A5A5. Windows color (decimal): -2385324 or 5544667. OLE color: 5544667.
HSL color Cylindrical-coordinate representation of color #DB9A54: hue angle of 31.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB9A54 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 84 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.14 |
| HSL | 31.11º | 0.65% | 0.59% | - |
| HSV(B) | 31.11º | 0.62% | 0.86% | - |
| XYZ | 42.37 | 38.81 | 13.65 | - |
| YUV | 165.46 | 82.03 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 84 | 0 | 0.30 | 0.62 | 0.14 | 31.11 | 0.65 | 0.59 |
| Hex | DB | 9A | 54 | 0 | 1E | 3E | E | 1F | 41 | 3B |
| Octal | 333 | 232 | 124 | 0 | 36 | 76 | 16 | 37 | 101 | 73 |
| Binary | 11011011 | 10011010 | 1010100 | 0 | 11110 | 111110 | 1110 | 11111 | 1000001 | 111011 |
Color Harmonies of #DB9A54
Complementary color
Monochromatic Colors of #DB9A54
Black with #DB9A54
Text Example
Text Example
White with #DB9A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A54; }
p { color: rgb(219,154,84); }
H1.HeaderClassName
{
color: #DB9A54;
}
.AnyTagClassName
{
color: #DB9A54;
}
</style>
background-color css
<style>
a { background-color: #DB9A54; }
a { background-color: rgb(219,154,84); }
div.DivClassName
{
background-color: #DB9A54;
}
.BgClassName
{
background-color: #DB9A54;
}
</style>
border-color css
<style>
span { border-color: #DB9A54; }
span { border-color: rgb(219,154,84); }
td.TdClassName
{
border-color: #DB9A54;
}
.TagClassName
{
border-color: #DB9A54;
}
</style>