Shades of Porsche #DB975E
Tints of Porsche #DB975E
RGB
CMYK
RGB Variations
Color information
#DB975E (or 0xDB975E) is known color: Porsche. HEX triplet: DB, 97 and 5E. RGB value is (219,151,94). Sum of RGB (Red+Green+Blue) = 219+151+94=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB975E is #2468A1. Grayscale: #A5A5A5. Windows color (decimal): -2386082 or 6199259. OLE color: 6199259.
HSL color Cylindrical-coordinate representation of color #DB975E: hue angle of 27.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB975E is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 94 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.14 |
| HSL | 27.36º | 0.63% | 0.61% | - |
| HSV(B) | 27.36º | 0.57% | 0.86% | - |
| XYZ | 42.3 | 38 | 15.7 | - |
| YUV | 164.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 94 | 0 | 0.31 | 0.57 | 0.14 | 27.36 | 0.63 | 0.61 |
| Hex | DB | 97 | 5E | 0 | 1F | 39 | E | 1B | 3F | 3D |
| Octal | 333 | 227 | 136 | 0 | 37 | 71 | 16 | 33 | 77 | 75 |
| Binary | 11011011 | 10010111 | 1011110 | 0 | 11111 | 111001 | 1110 | 11011 | 111111 | 111101 |
Color Harmonies of #DB975E
Complementary color
Monochromatic Colors of #DB975E
Black with #DB975E
Text Example
Text Example
White with #DB975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB975E; }
p { color: rgb(219,151,94); }
H1.HeaderClassName
{
color: #DB975E;
}
.AnyTagClassName
{
color: #DB975E;
}
</style>
background-color css
<style>
a { background-color: #DB975E; }
a { background-color: rgb(219,151,94); }
div.DivClassName
{
background-color: #DB975E;
}
.BgClassName
{
background-color: #DB975E;
}
</style>
border-color css
<style>
span { border-color: #DB975E; }
span { border-color: rgb(219,151,94); }
td.TdClassName
{
border-color: #DB975E;
}
.TagClassName
{
border-color: #DB975E;
}
</style>