Shades of Porsche #DB9957
Tints of Porsche #DB9957
RGB
CMYK
RGB Variations
Color information
#DB9957 (or 0xDB9957) is known color: Porsche. HEX triplet: DB, 99 and 57. RGB value is (219,153,87). Sum of RGB (Red+Green+Blue) = 219+153+87=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9957 is #2466A8. Grayscale: #A5A5A5. Windows color (decimal): -2385577 or 5741019. OLE color: 5741019.
HSL color Cylindrical-coordinate representation of color #DB9957: hue angle of 30º 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 #DB9957 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 153 | 87 | - |
CMYK | 0 | 0.30 | 0.60 | 0.14 |
HSL | 30º | 0.65% | 0.6% | - |
HSV(B) | 30º | 0.6% | 0.86% | - |
XYZ | 42.32 | 38.53 | 14.22 | - |
YUV | 165.21 | 83.87 | 166.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 153 | 87 | 0 | 0.30 | 0.60 | 0.14 | 30 | 0.65 | 0.6 |
Hex | DB | 99 | 57 | 0 | 1E | 3C | E | 1E | 41 | 3C |
Octal | 333 | 231 | 127 | 0 | 36 | 74 | 16 | 36 | 101 | 74 |
Binary | 11011011 | 10011001 | 1010111 | 0 | 11110 | 111100 | 1110 | 11110 | 1000001 | 111100 |
Color Harmonies of #DB9957
Complementary color
Monochromatic Colors of #DB9957
Black with #DB9957
Text Example
Text Example
White with #DB9957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9957; }
p { color: rgb(219,153,87); }
H1.HeaderClassName
{
color: #DB9957;
}
.AnyTagClassName
{
color: #DB9957;
}
</style>
background-color css
<style>
a { background-color: #DB9957; }
a { background-color: rgb(219,153,87); }
div.DivClassName
{
background-color: #DB9957;
}
.BgClassName
{
background-color: #DB9957;
}
</style>
border-color css
<style>
span { border-color: #DB9957; }
span { border-color: rgb(219,153,87); }
td.TdClassName
{
border-color: #DB9957;
}
.TagClassName
{
border-color: #DB9957;
}
</style>