Shades of Porsche #D49D4F
Tints of Porsche #D49D4F
RGB
CMYK
RGB Variations
Color information
#D49D4F (or 0xD49D4F) is known color: Porsche. HEX triplet: D4, 9D and 4F. RGB value is (212,157,79). Sum of RGB (Red+Green+Blue) = 212+157+79=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D4F is #2B62B0. Grayscale: #A4A4A4. Windows color (decimal): -2843313 or 5217748. OLE color: 5217748.
HSL color Cylindrical-coordinate representation of color #D49D4F: hue angle of 35.19º 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 #D49D4F is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 79 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.17 |
| HSL | 35.19º | 0.61% | 0.57% | - |
| HSV(B) | 35.19º | 0.63% | 0.83% | - |
| XYZ | 40.62 | 38.68 | 12.72 | - |
| YUV | 164.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 79 | 0 | 0.26 | 0.63 | 0.17 | 35.19 | 0.61 | 0.57 |
| Hex | D4 | 9D | 4F | 0 | 1A | 3F | 11 | 23 | 3D | 39 |
| Octal | 324 | 235 | 117 | 0 | 32 | 77 | 21 | 43 | 75 | 71 |
| Binary | 11010100 | 10011101 | 1001111 | 0 | 11010 | 111111 | 10001 | 100011 | 111101 | 111001 |
Color Harmonies of #D49D4F
Complementary color
Monochromatic Colors of #D49D4F
Black with #D49D4F
Text Example
Text Example
White with #D49D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D4F; }
p { color: rgb(212,157,79); }
H1.HeaderClassName
{
color: #D49D4F;
}
.AnyTagClassName
{
color: #D49D4F;
}
</style>
background-color css
<style>
a { background-color: #D49D4F; }
a { background-color: rgb(212,157,79); }
div.DivClassName
{
background-color: #D49D4F;
}
.BgClassName
{
background-color: #D49D4F;
}
</style>
border-color css
<style>
span { border-color: #D49D4F; }
span { border-color: rgb(212,157,79); }
td.TdClassName
{
border-color: #D49D4F;
}
.TagClassName
{
border-color: #D49D4F;
}
</style>