Shades of Porsche #D39F64
Tints of Porsche #D39F64
RGB
CMYK
RGB Variations
Color information
#D39F64 (or 0xD39F64) is known color: Porsche. HEX triplet: D3, 9F and 64. RGB value is (211,159,100). Sum of RGB (Red+Green+Blue) = 211+159+100=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39F64 is #2C609B. Grayscale: #A8A8A8. Windows color (decimal): -2908316 or 6594515. OLE color: 6594515.
HSL color Cylindrical-coordinate representation of color #D39F64: hue angle of 31.89º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D39F64 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 159 | 100 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.17 |
| HSL | 31.89º | 0.56% | 0.61% | - |
| HSV(B) | 31.89º | 0.53% | 0.83% | - |
| XYZ | 41.56 | 39.57 | 17.5 | - |
| YUV | 167.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 100 | 0 | 0.25 | 0.53 | 0.17 | 31.89 | 0.56 | 0.61 |
| Hex | D3 | 9F | 64 | 0 | 19 | 35 | 11 | 20 | 38 | 3D |
| Octal | 323 | 237 | 144 | 0 | 31 | 65 | 21 | 40 | 70 | 75 |
| Binary | 11010011 | 10011111 | 1100100 | 0 | 11001 | 110101 | 10001 | 100000 | 111000 | 111101 |
Color Harmonies of #D39F64
Complementary color
Monochromatic Colors of #D39F64
Black with #D39F64
Text Example
Text Example
White with #D39F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39F64; }
p { color: rgb(211,159,100); }
H1.HeaderClassName
{
color: #D39F64;
}
.AnyTagClassName
{
color: #D39F64;
}
</style>
background-color css
<style>
a { background-color: #D39F64; }
a { background-color: rgb(211,159,100); }
div.DivClassName
{
background-color: #D39F64;
}
.BgClassName
{
background-color: #D39F64;
}
</style>
border-color css
<style>
span { border-color: #D39F64; }
span { border-color: rgb(211,159,100); }
td.TdClassName
{
border-color: #D39F64;
}
.TagClassName
{
border-color: #D39F64;
}
</style>