Shades of Porsche #DB965A
Tints of Porsche #DB965A
RGB
CMYK
RGB Variations
Color information
#DB965A (or 0xDB965A) is known color: Porsche. HEX triplet: DB, 96 and 5A. RGB value is (219,150,90). Sum of RGB (Red+Green+Blue) = 219+150+90=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB965A is #2469A5. Grayscale: #A4A4A4. Windows color (decimal): -2386342 or 5936859. OLE color: 5936859.
HSL color Cylindrical-coordinate representation of color #DB965A: hue angle of 27.91º 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 #DB965A is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 90 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.14 |
| HSL | 27.91º | 0.64% | 0.61% | - |
| HSV(B) | 27.91º | 0.59% | 0.86% | - |
| XYZ | 41.97 | 37.61 | 14.72 | - |
| YUV | 163.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 90 | 0 | 0.32 | 0.59 | 0.14 | 27.91 | 0.64 | 0.61 |
| Hex | DB | 96 | 5A | 0 | 20 | 3B | E | 1C | 40 | 3D |
| Octal | 333 | 226 | 132 | 0 | 40 | 73 | 16 | 34 | 100 | 75 |
| Binary | 11011011 | 10010110 | 1011010 | 0 | 100000 | 111011 | 1110 | 11100 | 1000000 | 111101 |
Color Harmonies of #DB965A
Complementary color
Monochromatic Colors of #DB965A
Black with #DB965A
Text Example
Text Example
White with #DB965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB965A; }
p { color: rgb(219,150,90); }
H1.HeaderClassName
{
color: #DB965A;
}
.AnyTagClassName
{
color: #DB965A;
}
</style>
background-color css
<style>
a { background-color: #DB965A; }
a { background-color: rgb(219,150,90); }
div.DivClassName
{
background-color: #DB965A;
}
.BgClassName
{
background-color: #DB965A;
}
</style>
border-color css
<style>
span { border-color: #DB965A; }
span { border-color: rgb(219,150,90); }
td.TdClassName
{
border-color: #DB965A;
}
.TagClassName
{
border-color: #DB965A;
}
</style>