Shades of Porsche #D7A056
Tints of Porsche #D7A056
RGB
CMYK
RGB Variations
Color information
#D7A056 (or 0xD7A056) is known color: Porsche. HEX triplet: D7, A0 and 56. RGB value is (215,160,86). Sum of RGB (Red+Green+Blue) = 215+160+86=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A056 is #285FA9. Grayscale: #A8A8A8. Windows color (decimal): -2645930 or 5677271. OLE color: 5677271.
HSL color Cylindrical-coordinate representation of color #D7A056: hue angle of 34.42º 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 #D7A056 is Cyan = 0, Magento = 0.26, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 86 | - |
| CMYK | 0 | 0.26 | 0.6 | 0.16 |
| HSL | 34.42º | 0.62% | 0.59% | - |
| HSV(B) | 34.42º | 0.6% | 0.84% | - |
| XYZ | 42.27 | 40.26 | 14.35 | - |
| YUV | 168.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 86 | 0 | 0.26 | 0.6 | 0.16 | 34.42 | 0.62 | 0.59 |
| Hex | D7 | A0 | 56 | 0 | 1A | 3C | 10 | 22 | 3E | 3B |
| Octal | 327 | 240 | 126 | 0 | 32 | 74 | 20 | 42 | 76 | 73 |
| Binary | 11010111 | 10100000 | 1010110 | 0 | 11010 | 111100 | 10000 | 100010 | 111110 | 111011 |
Color Harmonies of #D7A056
Complementary color
Monochromatic Colors of #D7A056
Black with #D7A056
Text Example
Text Example
White with #D7A056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A056; }
p { color: rgb(215,160,86); }
H1.HeaderClassName
{
color: #D7A056;
}
.AnyTagClassName
{
color: #D7A056;
}
</style>
background-color css
<style>
a { background-color: #D7A056; }
a { background-color: rgb(215,160,86); }
div.DivClassName
{
background-color: #D7A056;
}
.BgClassName
{
background-color: #D7A056;
}
</style>
border-color css
<style>
span { border-color: #D7A056; }
span { border-color: rgb(215,160,86); }
td.TdClassName
{
border-color: #D7A056;
}
.TagClassName
{
border-color: #D7A056;
}
</style>