Shades of Porsche #DAA266
Tints of Porsche #DAA266
RGB
CMYK
RGB Variations
Color information
#DAA266 (or 0xDAA266) is known color: Porsche. HEX triplet: DA, A2 and 66. RGB value is (218,162,102). Sum of RGB (Red+Green+Blue) = 218+162+102=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA266 is #255D99. Grayscale: #ACACAC. Windows color (decimal): -2448794 or 6726362. OLE color: 6726362.
HSL color Cylindrical-coordinate representation of color #DAA266: hue angle of 31.03º 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 #DAA266 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 102 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.15 |
| HSL | 31.03º | 0.61% | 0.63% | - |
| HSV(B) | 31.03º | 0.53% | 0.85% | - |
| XYZ | 44.23 | 41.71 | 18.29 | - |
| YUV | 171.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 102 | 0 | 0.26 | 0.53 | 0.15 | 31.03 | 0.61 | 0.63 |
| Hex | DA | A2 | 66 | 0 | 1A | 35 | F | 1F | 3D | 3F |
| Octal | 332 | 242 | 146 | 0 | 32 | 65 | 17 | 37 | 75 | 77 |
| Binary | 11011010 | 10100010 | 1100110 | 0 | 11010 | 110101 | 1111 | 11111 | 111101 | 111111 |
Color Harmonies of #DAA266
Complementary color
Monochromatic Colors of #DAA266
Black with #DAA266
Text Example
Text Example
White with #DAA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA266; }
p { color: rgb(218,162,102); }
H1.HeaderClassName
{
color: #DAA266;
}
.AnyTagClassName
{
color: #DAA266;
}
</style>
background-color css
<style>
a { background-color: #DAA266; }
a { background-color: rgb(218,162,102); }
div.DivClassName
{
background-color: #DAA266;
}
.BgClassName
{
background-color: #DAA266;
}
</style>
border-color css
<style>
span { border-color: #DAA266; }
span { border-color: rgb(218,162,102); }
td.TdClassName
{
border-color: #DAA266;
}
.TagClassName
{
border-color: #DAA266;
}
</style>