Shades of Porsche #DB9751
Tints of Porsche #DB9751
RGB
CMYK
RGB Variations
Color information
#DB9751 (or 0xDB9751) is known color: Porsche. HEX triplet: DB, 97 and 51. RGB value is (219,151,81). Sum of RGB (Red+Green+Blue) = 219+151+81=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9751 is #2468AE. Grayscale: #A3A3A3. Windows color (decimal): -2386095 or 5347291. OLE color: 5347291.
HSL color Cylindrical-coordinate representation of color #DB9751: hue angle of 30.43º 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 #DB9751 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 81 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.14 |
| HSL | 30.43º | 0.66% | 0.59% | - |
| HSV(B) | 30.43º | 0.63% | 0.86% | - |
| XYZ | 41.77 | 37.79 | 12.88 | - |
| YUV | 163.35 | 81.53 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 81 | 0 | 0.31 | 0.63 | 0.14 | 30.43 | 0.66 | 0.59 |
| Hex | DB | 97 | 51 | 0 | 1F | 3F | E | 1E | 42 | 3B |
| Octal | 333 | 227 | 121 | 0 | 37 | 77 | 16 | 36 | 102 | 73 |
| Binary | 11011011 | 10010111 | 1010001 | 0 | 11111 | 111111 | 1110 | 11110 | 1000010 | 111011 |
Color Harmonies of #DB9751
Complementary color
Monochromatic Colors of #DB9751
Black with #DB9751
Text Example
Text Example
White with #DB9751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9751; }
p { color: rgb(219,151,81); }
H1.HeaderClassName
{
color: #DB9751;
}
.AnyTagClassName
{
color: #DB9751;
}
</style>
background-color css
<style>
a { background-color: #DB9751; }
a { background-color: rgb(219,151,81); }
div.DivClassName
{
background-color: #DB9751;
}
.BgClassName
{
background-color: #DB9751;
}
</style>
border-color css
<style>
span { border-color: #DB9751; }
span { border-color: rgb(219,151,81); }
td.TdClassName
{
border-color: #DB9751;
}
.TagClassName
{
border-color: #DB9751;
}
</style>