Shades of Porsche #D79A56
Tints of Porsche #D79A56
RGB
CMYK
RGB Variations
Color information
#D79A56 (or 0xD79A56) is known color: Porsche. HEX triplet: D7, 9A and 56. RGB value is (215,154,86). Sum of RGB (Red+Green+Blue) = 215+154+86=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A56 is #2865A9. Grayscale: #A4A4A4. Windows color (decimal): -2647466 or 5675735. OLE color: 5675735.
HSL color Cylindrical-coordinate representation of color #D79A56: hue angle of 31.63º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D79A56 is Cyan = 0, Magento = 0.28, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 86 | - |
| CMYK | 0 | 0.28 | 0.6 | 0.16 |
| HSL | 31.63º | 0.62% | 0.59% | - |
| HSV(B) | 31.63º | 0.6% | 0.84% | - |
| XYZ | 41.26 | 38.23 | 14.01 | - |
| YUV | 164.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 86 | 0 | 0.28 | 0.6 | 0.16 | 31.63 | 0.62 | 0.59 |
| Hex | D7 | 9A | 56 | 0 | 1C | 3C | 10 | 20 | 3E | 3B |
| Octal | 327 | 232 | 126 | 0 | 34 | 74 | 20 | 40 | 76 | 73 |
| Binary | 11010111 | 10011010 | 1010110 | 0 | 11100 | 111100 | 10000 | 100000 | 111110 | 111011 |
Color Harmonies of #D79A56
Complementary color
Monochromatic Colors of #D79A56
Black with #D79A56
Text Example
Text Example
White with #D79A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A56; }
p { color: rgb(215,154,86); }
H1.HeaderClassName
{
color: #D79A56;
}
.AnyTagClassName
{
color: #D79A56;
}
</style>
background-color css
<style>
a { background-color: #D79A56; }
a { background-color: rgb(215,154,86); }
div.DivClassName
{
background-color: #D79A56;
}
.BgClassName
{
background-color: #D79A56;
}
</style>
border-color css
<style>
span { border-color: #D79A56; }
span { border-color: rgb(215,154,86); }
td.TdClassName
{
border-color: #D79A56;
}
.TagClassName
{
border-color: #D79A56;
}
</style>