Shades of Porsche #D6A066
Tints of Porsche #D6A066
RGB
CMYK
RGB Variations
Color information
#D6A066 (or 0xD6A066) is known color: Porsche. HEX triplet: D6, A0 and 66. RGB value is (214,160,102). Sum of RGB (Red+Green+Blue) = 214+160+102=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A066 is #295F99. Grayscale: #A9A9A9. Windows color (decimal): -2711450 or 6725846. OLE color: 6725846.
HSL color Cylindrical-coordinate representation of color #D6A066: hue angle of 31.07º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6A066 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 102 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.16 |
| HSL | 31.07º | 0.58% | 0.62% | - |
| HSV(B) | 31.07º | 0.52% | 0.84% | - |
| XYZ | 42.7 | 40.4 | 18.12 | - |
| YUV | 169.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 102 | 0 | 0.25 | 0.52 | 0.16 | 31.07 | 0.58 | 0.62 |
| Hex | D6 | A0 | 66 | 0 | 19 | 34 | 10 | 1F | 3A | 3E |
| Octal | 326 | 240 | 146 | 0 | 31 | 64 | 20 | 37 | 72 | 76 |
| Binary | 11010110 | 10100000 | 1100110 | 0 | 11001 | 110100 | 10000 | 11111 | 111010 | 111110 |
Color Harmonies of #D6A066
Complementary color
Monochromatic Colors of #D6A066
Black with #D6A066
Text Example
Text Example
White with #D6A066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A066; }
p { color: rgb(214,160,102); }
H1.HeaderClassName
{
color: #D6A066;
}
.AnyTagClassName
{
color: #D6A066;
}
</style>
background-color css
<style>
a { background-color: #D6A066; }
a { background-color: rgb(214,160,102); }
div.DivClassName
{
background-color: #D6A066;
}
.BgClassName
{
background-color: #D6A066;
}
</style>
border-color css
<style>
span { border-color: #D6A066; }
span { border-color: rgb(214,160,102); }
td.TdClassName
{
border-color: #D6A066;
}
.TagClassName
{
border-color: #D6A066;
}
</style>