Shades of Porsche #D4994F
Tints of Porsche #D4994F
RGB
CMYK
RGB Variations
Color information
#D4994F (or 0xD4994F) is known color: Porsche. HEX triplet: D4, 99 and 4F. RGB value is (212,153,79). Sum of RGB (Red+Green+Blue) = 212+153+79=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D4994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4994F is #2B66B0. Grayscale: #A2A2A2. Windows color (decimal): -2844337 or 5216724. OLE color: 5216724.
HSL color Cylindrical-coordinate representation of color #D4994F: hue angle of 33.38º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4994F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 79 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.17 |
| HSL | 33.38º | 0.61% | 0.57% | - |
| HSV(B) | 33.38º | 0.63% | 0.83% | - |
| XYZ | 39.95 | 37.34 | 12.5 | - |
| YUV | 162.21 | 81.05 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 79 | 0 | 0.28 | 0.63 | 0.17 | 33.38 | 0.61 | 0.57 |
| Hex | D4 | 99 | 4F | 0 | 1C | 3F | 11 | 21 | 3D | 39 |
| Octal | 324 | 231 | 117 | 0 | 34 | 77 | 21 | 41 | 75 | 71 |
| Binary | 11010100 | 10011001 | 1001111 | 0 | 11100 | 111111 | 10001 | 100001 | 111101 | 111001 |
Color Harmonies of #D4994F
Complementary color
Monochromatic Colors of #D4994F
Black with #D4994F
Text Example
Text Example
White with #D4994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4994F; }
p { color: rgb(212,153,79); }
H1.HeaderClassName
{
color: #D4994F;
}
.AnyTagClassName
{
color: #D4994F;
}
</style>
background-color css
<style>
a { background-color: #D4994F; }
a { background-color: rgb(212,153,79); }
div.DivClassName
{
background-color: #D4994F;
}
.BgClassName
{
background-color: #D4994F;
}
</style>
border-color css
<style>
span { border-color: #D4994F; }
span { border-color: rgb(212,153,79); }
td.TdClassName
{
border-color: #D4994F;
}
.TagClassName
{
border-color: #D4994F;
}
</style>