Shades of Porsche #DAA066
Tints of Porsche #DAA066
RGB
CMYK
RGB Variations
Color information
#DAA066 (or 0xDAA066) is known color: Porsche. HEX triplet: DA, A0 and 66. RGB value is (218,160,102). Sum of RGB (Red+Green+Blue) = 218+160+102=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA066 is #255F99. Grayscale: #ABABAB. Windows color (decimal): -2449306 or 6725850. OLE color: 6725850.
HSL color Cylindrical-coordinate representation of color #DAA066: hue angle of 30º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAA066 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 102 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.15 |
| HSL | 30º | 0.61% | 0.63% | - |
| HSV(B) | 30º | 0.53% | 0.85% | - |
| XYZ | 43.88 | 41.01 | 18.17 | - |
| YUV | 170.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 102 | 0 | 0.27 | 0.53 | 0.15 | 30 | 0.61 | 0.63 |
| Hex | DA | A0 | 66 | 0 | 1B | 35 | F | 1E | 3D | 3F |
| Octal | 332 | 240 | 146 | 0 | 33 | 65 | 17 | 36 | 75 | 77 |
| Binary | 11011010 | 10100000 | 1100110 | 0 | 11011 | 110101 | 1111 | 11110 | 111101 | 111111 |
Color Harmonies of #DAA066
Complementary color
Monochromatic Colors of #DAA066
Black with #DAA066
Text Example
Text Example
White with #DAA066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA066; }
p { color: rgb(218,160,102); }
H1.HeaderClassName
{
color: #DAA066;
}
.AnyTagClassName
{
color: #DAA066;
}
</style>
background-color css
<style>
a { background-color: #DAA066; }
a { background-color: rgb(218,160,102); }
div.DivClassName
{
background-color: #DAA066;
}
.BgClassName
{
background-color: #DAA066;
}
</style>
border-color css
<style>
span { border-color: #DAA066; }
span { border-color: rgb(218,160,102); }
td.TdClassName
{
border-color: #DAA066;
}
.TagClassName
{
border-color: #DAA066;
}
</style>