Shades of Porsche #DB9950
Tints of Porsche #DB9950
RGB
CMYK
RGB Variations
Color information
#DB9950 (or 0xDB9950) is known color: Porsche. HEX triplet: DB, 99 and 50. RGB value is (219,153,80). Sum of RGB (Red+Green+Blue) = 219+153+80=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9950 is #2466AF. Grayscale: #A4A4A4. Windows color (decimal): -2385584 or 5282267. OLE color: 5282267.
HSL color Cylindrical-coordinate representation of color #DB9950: hue angle of 31.51º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB9950 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 80 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.14 |
| HSL | 31.51º | 0.66% | 0.59% | - |
| HSV(B) | 31.51º | 0.63% | 0.86% | - |
| XYZ | 42.05 | 38.42 | 12.79 | - |
| YUV | 164.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 80 | 0 | 0.30 | 0.63 | 0.14 | 31.51 | 0.66 | 0.59 |
| Hex | DB | 99 | 50 | 0 | 1E | 3F | E | 20 | 42 | 3B |
| Octal | 333 | 231 | 120 | 0 | 36 | 77 | 16 | 40 | 102 | 73 |
| Binary | 11011011 | 10011001 | 1010000 | 0 | 11110 | 111111 | 1110 | 100000 | 1000010 | 111011 |
Color Harmonies of #DB9950
Complementary color
Monochromatic Colors of #DB9950
Black with #DB9950
Text Example
Text Example
White with #DB9950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9950; }
p { color: rgb(219,153,80); }
H1.HeaderClassName
{
color: #DB9950;
}
.AnyTagClassName
{
color: #DB9950;
}
</style>
background-color css
<style>
a { background-color: #DB9950; }
a { background-color: rgb(219,153,80); }
div.DivClassName
{
background-color: #DB9950;
}
.BgClassName
{
background-color: #DB9950;
}
</style>
border-color css
<style>
span { border-color: #DB9950; }
span { border-color: rgb(219,153,80); }
td.TdClassName
{
border-color: #DB9950;
}
.TagClassName
{
border-color: #DB9950;
}
</style>