Shades of Porsche #D6A061
Tints of Porsche #D6A061
RGB
CMYK
RGB Variations
Color information
#D6A061 (or 0xD6A061) is known color: Porsche. HEX triplet: D6, A0 and 61. RGB value is (214,160,97). Sum of RGB (Red+Green+Blue) = 214+160+97=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A061 is #295F9E. Grayscale: #A9A9A9. Windows color (decimal): -2711455 or 6398166. OLE color: 6398166.
HSL color Cylindrical-coordinate representation of color #D6A061: hue angle of 32.31º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6A061 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 97 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.16 |
| HSL | 32.31º | 0.59% | 0.61% | - |
| HSV(B) | 32.31º | 0.55% | 0.84% | - |
| XYZ | 42.46 | 40.3 | 16.85 | - |
| YUV | 168.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 97 | 0 | 0.25 | 0.55 | 0.16 | 32.31 | 0.59 | 0.61 |
| Hex | D6 | A0 | 61 | 0 | 19 | 37 | 10 | 20 | 3B | 3D |
| Octal | 326 | 240 | 141 | 0 | 31 | 67 | 20 | 40 | 73 | 75 |
| Binary | 11010110 | 10100000 | 1100001 | 0 | 11001 | 110111 | 10000 | 100000 | 111011 | 111101 |
Color Harmonies of #D6A061
Complementary color
Monochromatic Colors of #D6A061
Black with #D6A061
Text Example
Text Example
White with #D6A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A061; }
p { color: rgb(214,160,97); }
H1.HeaderClassName
{
color: #D6A061;
}
.AnyTagClassName
{
color: #D6A061;
}
</style>
background-color css
<style>
a { background-color: #D6A061; }
a { background-color: rgb(214,160,97); }
div.DivClassName
{
background-color: #D6A061;
}
.BgClassName
{
background-color: #D6A061;
}
</style>
border-color css
<style>
span { border-color: #D6A061; }
span { border-color: rgb(214,160,97); }
td.TdClassName
{
border-color: #D6A061;
}
.TagClassName
{
border-color: #D6A061;
}
</style>