Shades of Porsche #D6A266
Tints of Porsche #D6A266
RGB
CMYK
RGB Variations
Color information
#D6A266 (or 0xD6A266) is known color: Porsche. HEX triplet: D6, A2 and 66. RGB value is (214,162,102). Sum of RGB (Red+Green+Blue) = 214+162+102=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A266 is #295D99. Grayscale: #ABABAB. Windows color (decimal): -2710938 or 6726358. OLE color: 6726358.
HSL color Cylindrical-coordinate representation of color #D6A266: hue angle of 32.14º 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 #D6A266 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 102 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.16 |
| HSL | 32.14º | 0.58% | 0.62% | - |
| HSV(B) | 32.14º | 0.52% | 0.84% | - |
| XYZ | 43.05 | 41.1 | 18.23 | - |
| YUV | 170.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 102 | 0 | 0.24 | 0.52 | 0.16 | 32.14 | 0.58 | 0.62 |
| Hex | D6 | A2 | 66 | 0 | 18 | 34 | 10 | 20 | 3A | 3E |
| Octal | 326 | 242 | 146 | 0 | 30 | 64 | 20 | 40 | 72 | 76 |
| Binary | 11010110 | 10100010 | 1100110 | 0 | 11000 | 110100 | 10000 | 100000 | 111010 | 111110 |
Color Harmonies of #D6A266
Complementary color
Monochromatic Colors of #D6A266
Black with #D6A266
Text Example
Text Example
White with #D6A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A266; }
p { color: rgb(214,162,102); }
H1.HeaderClassName
{
color: #D6A266;
}
.AnyTagClassName
{
color: #D6A266;
}
</style>
background-color css
<style>
a { background-color: #D6A266; }
a { background-color: rgb(214,162,102); }
div.DivClassName
{
background-color: #D6A266;
}
.BgClassName
{
background-color: #D6A266;
}
</style>
border-color css
<style>
span { border-color: #D6A266; }
span { border-color: rgb(214,162,102); }
td.TdClassName
{
border-color: #D6A266;
}
.TagClassName
{
border-color: #D6A266;
}
</style>