Shades of Porsche #D9974F
Tints of Porsche #D9974F
RGB
CMYK
RGB Variations
Color information
#D9974F (or 0xD9974F) is known color: Porsche. HEX triplet: D9, 97 and 4F. RGB value is (217,151,79). Sum of RGB (Red+Green+Blue) = 217+151+79=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9974F is #2668B0. Grayscale: #A2A2A2. Windows color (decimal): -2517169 or 5216217. OLE color: 5216217.
HSL color Cylindrical-coordinate representation of color #D9974F: hue angle of 31.3º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9974F is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 79 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.15 |
| HSL | 31.3º | 0.64% | 0.58% | - |
| HSV(B) | 31.3º | 0.64% | 0.85% | - |
| XYZ | 41.09 | 37.45 | 12.46 | - |
| YUV | 162.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 79 | 0 | 0.30 | 0.64 | 0.15 | 31.3 | 0.64 | 0.58 |
| Hex | D9 | 97 | 4F | 0 | 1E | 40 | F | 1F | 40 | 3A |
| Octal | 331 | 227 | 117 | 0 | 36 | 100 | 17 | 37 | 100 | 72 |
| Binary | 11011001 | 10010111 | 1001111 | 0 | 11110 | 1000000 | 1111 | 11111 | 1000000 | 111010 |
Color Harmonies of #D9974F
Complementary color
Monochromatic Colors of #D9974F
Black with #D9974F
Text Example
Text Example
White with #D9974F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9974F; }
p { color: rgb(217,151,79); }
H1.HeaderClassName
{
color: #D9974F;
}
.AnyTagClassName
{
color: #D9974F;
}
</style>
background-color css
<style>
a { background-color: #D9974F; }
a { background-color: rgb(217,151,79); }
div.DivClassName
{
background-color: #D9974F;
}
.BgClassName
{
background-color: #D9974F;
}
</style>
border-color css
<style>
span { border-color: #D9974F; }
span { border-color: rgb(217,151,79); }
td.TdClassName
{
border-color: #D9974F;
}
.TagClassName
{
border-color: #D9974F;
}
</style>