Shades of Porsche #DB994F
Tints of Porsche #DB994F
RGB
CMYK
RGB Variations
Color information
#DB994F (or 0xDB994F) is known color: Porsche. HEX triplet: DB, 99 and 4F. RGB value is (219,153,79). Sum of RGB (Red+Green+Blue) = 219+153+79=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB994F is #2466B0. Grayscale: #A4A4A4. Windows color (decimal): -2385585 or 5216731. OLE color: 5216731.
HSL color Cylindrical-coordinate representation of color #DB994F: hue angle of 31.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB994F is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 79 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.14 |
| HSL | 31.71º | 0.66% | 0.58% | - |
| HSV(B) | 31.71º | 0.64% | 0.86% | - |
| XYZ | 42.02 | 38.41 | 12.6 | - |
| YUV | 164.3 | 79.87 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 79 | 0 | 0.30 | 0.64 | 0.14 | 31.71 | 0.66 | 0.58 |
| Hex | DB | 99 | 4F | 0 | 1E | 40 | E | 20 | 42 | 3A |
| Octal | 333 | 231 | 117 | 0 | 36 | 100 | 16 | 40 | 102 | 72 |
| Binary | 11011011 | 10011001 | 1001111 | 0 | 11110 | 1000000 | 1110 | 100000 | 1000010 | 111010 |
Color Harmonies of #DB994F
Complementary color
Monochromatic Colors of #DB994F
Black with #DB994F
Text Example
Text Example
White with #DB994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB994F; }
p { color: rgb(219,153,79); }
H1.HeaderClassName
{
color: #DB994F;
}
.AnyTagClassName
{
color: #DB994F;
}
</style>
background-color css
<style>
a { background-color: #DB994F; }
a { background-color: rgb(219,153,79); }
div.DivClassName
{
background-color: #DB994F;
}
.BgClassName
{
background-color: #DB994F;
}
</style>
border-color css
<style>
span { border-color: #DB994F; }
span { border-color: rgb(219,153,79); }
td.TdClassName
{
border-color: #DB994F;
}
.TagClassName
{
border-color: #DB994F;
}
</style>