Shades of Porsche #DB9A57
Tints of Porsche #DB9A57
RGB
CMYK
RGB Variations
Color information
#DB9A57 (or 0xDB9A57) is known color: Porsche. HEX triplet: DB, 9A and 57. RGB value is (219,154,87). Sum of RGB (Red+Green+Blue) = 219+154+87=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A57 is #2465A8. Grayscale: #A6A6A6. Windows color (decimal): -2385321 or 5741275. OLE color: 5741275.
HSL color Cylindrical-coordinate representation of color #DB9A57: hue angle of 30.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB9A57 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 87 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.14 |
| HSL | 30.45º | 0.65% | 0.6% | - |
| HSV(B) | 30.45º | 0.6% | 0.86% | - |
| XYZ | 42.49 | 38.86 | 14.28 | - |
| YUV | 165.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 87 | 0 | 0.30 | 0.60 | 0.14 | 30.45 | 0.65 | 0.6 |
| Hex | DB | 9A | 57 | 0 | 1E | 3C | E | 1E | 41 | 3C |
| Octal | 333 | 232 | 127 | 0 | 36 | 74 | 16 | 36 | 101 | 74 |
| Binary | 11011011 | 10011010 | 1010111 | 0 | 11110 | 111100 | 1110 | 11110 | 1000001 | 111100 |
Color Harmonies of #DB9A57
Complementary color
Monochromatic Colors of #DB9A57
Black with #DB9A57
Text Example
Text Example
White with #DB9A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A57; }
p { color: rgb(219,154,87); }
H1.HeaderClassName
{
color: #DB9A57;
}
.AnyTagClassName
{
color: #DB9A57;
}
</style>
background-color css
<style>
a { background-color: #DB9A57; }
a { background-color: rgb(219,154,87); }
div.DivClassName
{
background-color: #DB9A57;
}
.BgClassName
{
background-color: #DB9A57;
}
</style>
border-color css
<style>
span { border-color: #DB9A57; }
span { border-color: rgb(219,154,87); }
td.TdClassName
{
border-color: #DB9A57;
}
.TagClassName
{
border-color: #DB9A57;
}
</style>