Shades of Porsche #D6A058
Tints of Porsche #D6A058
RGB
CMYK
RGB Variations
Color information
#D6A058 (or 0xD6A058) is known color: Porsche. HEX triplet: D6, A0 and 58. RGB value is (214,160,88). Sum of RGB (Red+Green+Blue) = 214+160+88=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A058 is #295FA7. Grayscale: #A8A8A8. Windows color (decimal): -2711464 or 5808342. OLE color: 5808342.
HSL color Cylindrical-coordinate representation of color #D6A058: hue angle of 34.29º 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 #D6A058 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 88 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.16 |
| HSL | 34.29º | 0.61% | 0.59% | - |
| HSV(B) | 34.29º | 0.59% | 0.84% | - |
| XYZ | 42.06 | 40.14 | 14.76 | - |
| YUV | 167.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 88 | 0 | 0.25 | 0.59 | 0.16 | 34.29 | 0.61 | 0.59 |
| Hex | D6 | A0 | 58 | 0 | 19 | 3B | 10 | 22 | 3D | 3B |
| Octal | 326 | 240 | 130 | 0 | 31 | 73 | 20 | 42 | 75 | 73 |
| Binary | 11010110 | 10100000 | 1011000 | 0 | 11001 | 111011 | 10000 | 100010 | 111101 | 111011 |
Color Harmonies of #D6A058
Complementary color
Monochromatic Colors of #D6A058
Black with #D6A058
Text Example
Text Example
White with #D6A058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A058; }
p { color: rgb(214,160,88); }
H1.HeaderClassName
{
color: #D6A058;
}
.AnyTagClassName
{
color: #D6A058;
}
</style>
background-color css
<style>
a { background-color: #D6A058; }
a { background-color: rgb(214,160,88); }
div.DivClassName
{
background-color: #D6A058;
}
.BgClassName
{
background-color: #D6A058;
}
</style>
border-color css
<style>
span { border-color: #D6A058; }
span { border-color: rgb(214,160,88); }
td.TdClassName
{
border-color: #D6A058;
}
.TagClassName
{
border-color: #D6A058;
}
</style>