Shades of Porsche #D6A057
Tints of Porsche #D6A057
RGB
CMYK
RGB Variations
Color information
#D6A057 (or 0xD6A057) is known color: Porsche. HEX triplet: D6, A0 and 57. RGB value is (214,160,87). Sum of RGB (Red+Green+Blue) = 214+160+87=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A057 is #295FA8. Grayscale: #A8A8A8. Windows color (decimal): -2711465 or 5742806. OLE color: 5742806.
HSL color Cylindrical-coordinate representation of color #D6A057: hue angle of 34.49º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6A057 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 87 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.16 |
| HSL | 34.49º | 0.61% | 0.59% | - |
| HSV(B) | 34.49º | 0.59% | 0.84% | - |
| XYZ | 42.02 | 40.13 | 14.55 | - |
| YUV | 167.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 87 | 0 | 0.25 | 0.59 | 0.16 | 34.49 | 0.61 | 0.59 |
| Hex | D6 | A0 | 57 | 0 | 19 | 3B | 10 | 22 | 3D | 3B |
| Octal | 326 | 240 | 127 | 0 | 31 | 73 | 20 | 42 | 75 | 73 |
| Binary | 11010110 | 10100000 | 1010111 | 0 | 11001 | 111011 | 10000 | 100010 | 111101 | 111011 |
Color Harmonies of #D6A057
Complementary color
Monochromatic Colors of #D6A057
Black with #D6A057
Text Example
Text Example
White with #D6A057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A057; }
p { color: rgb(214,160,87); }
H1.HeaderClassName
{
color: #D6A057;
}
.AnyTagClassName
{
color: #D6A057;
}
</style>
background-color css
<style>
a { background-color: #D6A057; }
a { background-color: rgb(214,160,87); }
div.DivClassName
{
background-color: #D6A057;
}
.BgClassName
{
background-color: #D6A057;
}
</style>
border-color css
<style>
span { border-color: #D6A057; }
span { border-color: rgb(214,160,87); }
td.TdClassName
{
border-color: #D6A057;
}
.TagClassName
{
border-color: #D6A057;
}
</style>