Shades of Porsche #D8994F
Tints of Porsche #D8994F
RGB
CMYK
RGB Variations
Color information
#D8994F (or 0xD8994F) is known color: Porsche. HEX triplet: D8, 99 and 4F. RGB value is (216,153,79). Sum of RGB (Red+Green+Blue) = 216+153+79=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D8994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8994F is #2766B0. Grayscale: #A3A3A3. Windows color (decimal): -2582193 or 5216728. OLE color: 5216728.
HSL color Cylindrical-coordinate representation of color #D8994F: hue angle of 32.41º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8994F is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 79 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.15 |
| HSL | 32.41º | 0.64% | 0.58% | - |
| HSV(B) | 32.41º | 0.63% | 0.85% | - |
| XYZ | 41.12 | 37.95 | 12.55 | - |
| YUV | 163.4 | 80.37 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 79 | 0 | 0.29 | 0.63 | 0.15 | 32.41 | 0.64 | 0.58 |
| Hex | D8 | 99 | 4F | 0 | 1D | 3F | F | 20 | 40 | 3A |
| Octal | 330 | 231 | 117 | 0 | 35 | 77 | 17 | 40 | 100 | 72 |
| Binary | 11011000 | 10011001 | 1001111 | 0 | 11101 | 111111 | 1111 | 100000 | 1000000 | 111010 |
Color Harmonies of #D8994F
Complementary color
Monochromatic Colors of #D8994F
Black with #D8994F
Text Example
Text Example
White with #D8994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8994F; }
p { color: rgb(216,153,79); }
H1.HeaderClassName
{
color: #D8994F;
}
.AnyTagClassName
{
color: #D8994F;
}
</style>
background-color css
<style>
a { background-color: #D8994F; }
a { background-color: rgb(216,153,79); }
div.DivClassName
{
background-color: #D8994F;
}
.BgClassName
{
background-color: #D8994F;
}
</style>
border-color css
<style>
span { border-color: #D8994F; }
span { border-color: rgb(216,153,79); }
td.TdClassName
{
border-color: #D8994F;
}
.TagClassName
{
border-color: #D8994F;
}
</style>