Shades of Porsche #D6A268
Tints of Porsche #D6A268
RGB
CMYK
RGB Variations
Color information
#D6A268 (or 0xD6A268) is known color: Porsche. HEX triplet: D6, A2 and 68. RGB value is (214,162,104). Sum of RGB (Red+Green+Blue) = 214+162+104=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A268 is #295D97. Grayscale: #ABABAB. Windows color (decimal): -2710936 or 6857430. OLE color: 6857430.
HSL color Cylindrical-coordinate representation of color #D6A268: hue angle of 31.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6A268 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 104 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.16 |
| HSL | 31.64º | 0.57% | 0.62% | - |
| HSV(B) | 31.64º | 0.51% | 0.84% | - |
| XYZ | 43.15 | 41.14 | 18.76 | - |
| YUV | 170.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 104 | 0 | 0.24 | 0.51 | 0.16 | 31.64 | 0.57 | 0.62 |
| Hex | D6 | A2 | 68 | 0 | 18 | 33 | 10 | 20 | 39 | 3E |
| Octal | 326 | 242 | 150 | 0 | 30 | 63 | 20 | 40 | 71 | 76 |
| Binary | 11010110 | 10100010 | 1101000 | 0 | 11000 | 110011 | 10000 | 100000 | 111001 | 111110 |
Color Harmonies of #D6A268
Complementary color
Monochromatic Colors of #D6A268
Black with #D6A268
Text Example
Text Example
White with #D6A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A268; }
p { color: rgb(214,162,104); }
H1.HeaderClassName
{
color: #D6A268;
}
.AnyTagClassName
{
color: #D6A268;
}
</style>
background-color css
<style>
a { background-color: #D6A268; }
a { background-color: rgb(214,162,104); }
div.DivClassName
{
background-color: #D6A268;
}
.BgClassName
{
background-color: #D6A268;
}
</style>
border-color css
<style>
span { border-color: #D6A268; }
span { border-color: rgb(214,162,104); }
td.TdClassName
{
border-color: #D6A268;
}
.TagClassName
{
border-color: #D6A268;
}
</style>