Shades of Porsche #DAA06E
Tints of Porsche #DAA06E
RGB
CMYK
RGB Variations
Color information
#DAA06E (or 0xDAA06E) is known color: Porsche. HEX triplet: DA, A0 and 6E. RGB value is (218,160,110). Sum of RGB (Red+Green+Blue) = 218+160+110=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA06E is #255F91. Grayscale: #ABABAB. Windows color (decimal): -2449298 or 7250138. OLE color: 7250138.
HSL color Cylindrical-coordinate representation of color #DAA06E: hue angle of 27.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAA06E is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 110 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.15 |
| HSL | 27.78º | 0.59% | 0.64% | - |
| HSV(B) | 27.78º | 0.5% | 0.85% | - |
| XYZ | 44.3 | 41.17 | 20.36 | - |
| YUV | 171.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 110 | 0 | 0.27 | 0.50 | 0.15 | 27.78 | 0.59 | 0.64 |
| Hex | DA | A0 | 6E | 0 | 1B | 32 | F | 1C | 3B | 40 |
| Octal | 332 | 240 | 156 | 0 | 33 | 62 | 17 | 34 | 73 | 100 |
| Binary | 11011010 | 10100000 | 1101110 | 0 | 11011 | 110010 | 1111 | 11100 | 111011 | 1000000 |
Color Harmonies of #DAA06E
Complementary color
Monochromatic Colors of #DAA06E
Black with #DAA06E
Text Example
Text Example
White with #DAA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA06E; }
p { color: rgb(218,160,110); }
H1.HeaderClassName
{
color: #DAA06E;
}
.AnyTagClassName
{
color: #DAA06E;
}
</style>
background-color css
<style>
a { background-color: #DAA06E; }
a { background-color: rgb(218,160,110); }
div.DivClassName
{
background-color: #DAA06E;
}
.BgClassName
{
background-color: #DAA06E;
}
</style>
border-color css
<style>
span { border-color: #DAA06E; }
span { border-color: rgb(218,160,110); }
td.TdClassName
{
border-color: #DAA06E;
}
.TagClassName
{
border-color: #DAA06E;
}
</style>