Shades of Porsche #D4A066
Tints of Porsche #D4A066
RGB
CMYK
RGB Variations
Color information
#D4A066 (or 0xD4A066) is known color: Porsche. HEX triplet: D4, A0 and 66. RGB value is (212,160,102). Sum of RGB (Red+Green+Blue) = 212+160+102=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A066 is #2B5F99. Grayscale: #A9A9A9. Windows color (decimal): -2842522 or 6725844. OLE color: 6725844.
HSL color Cylindrical-coordinate representation of color #D4A066: hue angle of 31.64º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4A066 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 102 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.17 |
| HSL | 31.64º | 0.56% | 0.62% | - |
| HSV(B) | 31.64º | 0.52% | 0.83% | - |
| XYZ | 42.12 | 40.1 | 18.09 | - |
| YUV | 168.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 102 | 0 | 0.25 | 0.52 | 0.17 | 31.64 | 0.56 | 0.62 |
| Hex | D4 | A0 | 66 | 0 | 19 | 34 | 11 | 20 | 38 | 3E |
| Octal | 324 | 240 | 146 | 0 | 31 | 64 | 21 | 40 | 70 | 76 |
| Binary | 11010100 | 10100000 | 1100110 | 0 | 11001 | 110100 | 10001 | 100000 | 111000 | 111110 |
Color Harmonies of #D4A066
Complementary color
Monochromatic Colors of #D4A066
Black with #D4A066
Text Example
Text Example
White with #D4A066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A066; }
p { color: rgb(212,160,102); }
H1.HeaderClassName
{
color: #D4A066;
}
.AnyTagClassName
{
color: #D4A066;
}
</style>
background-color css
<style>
a { background-color: #D4A066; }
a { background-color: rgb(212,160,102); }
div.DivClassName
{
background-color: #D4A066;
}
.BgClassName
{
background-color: #D4A066;
}
</style>
border-color css
<style>
span { border-color: #D4A066; }
span { border-color: rgb(212,160,102); }
td.TdClassName
{
border-color: #D4A066;
}
.TagClassName
{
border-color: #D4A066;
}
</style>