Shades of Porsche #DB975A
Tints of Porsche #DB975A
RGB
CMYK
RGB Variations
Color information
#DB975A (or 0xDB975A) is known color: Porsche. HEX triplet: DB, 97 and 5A. RGB value is (219,151,90). Sum of RGB (Red+Green+Blue) = 219+151+90=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB975A is #2468A5. Grayscale: #A4A4A4. Windows color (decimal): -2386086 or 5937115. OLE color: 5937115.
HSL color Cylindrical-coordinate representation of color #DB975A: hue angle of 28.37º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB975A is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 90 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.14 |
| HSL | 28.37º | 0.64% | 0.61% | - |
| HSV(B) | 28.37º | 0.59% | 0.86% | - |
| XYZ | 42.13 | 37.93 | 14.77 | - |
| YUV | 164.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 90 | 0 | 0.31 | 0.59 | 0.14 | 28.37 | 0.64 | 0.61 |
| Hex | DB | 97 | 5A | 0 | 1F | 3B | E | 1C | 40 | 3D |
| Octal | 333 | 227 | 132 | 0 | 37 | 73 | 16 | 34 | 100 | 75 |
| Binary | 11011011 | 10010111 | 1011010 | 0 | 11111 | 111011 | 1110 | 11100 | 1000000 | 111101 |
Color Harmonies of #DB975A
Complementary color
Monochromatic Colors of #DB975A
Black with #DB975A
Text Example
Text Example
White with #DB975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB975A; }
p { color: rgb(219,151,90); }
H1.HeaderClassName
{
color: #DB975A;
}
.AnyTagClassName
{
color: #DB975A;
}
</style>
background-color css
<style>
a { background-color: #DB975A; }
a { background-color: rgb(219,151,90); }
div.DivClassName
{
background-color: #DB975A;
}
.BgClassName
{
background-color: #DB975A;
}
</style>
border-color css
<style>
span { border-color: #DB975A; }
span { border-color: rgb(219,151,90); }
td.TdClassName
{
border-color: #DB975A;
}
.TagClassName
{
border-color: #DB975A;
}
</style>