Shades of Porsche #DAA466
Tints of Porsche #DAA466
RGB
CMYK
RGB Variations
Color information
#DAA466 (or 0xDAA466) is known color: Porsche. HEX triplet: DA, A4 and 66. RGB value is (218,164,102). Sum of RGB (Red+Green+Blue) = 218+164+102=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA466 is #255B99. Grayscale: #ADADAD. Windows color (decimal): -2448282 or 6726874. OLE color: 6726874.
HSL color Cylindrical-coordinate representation of color #DAA466: hue angle of 32.07º 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 #DAA466 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 102 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.15 |
| HSL | 32.07º | 0.61% | 0.63% | - |
| HSV(B) | 32.07º | 0.53% | 0.85% | - |
| XYZ | 44.59 | 42.42 | 18.41 | - |
| YUV | 173.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 102 | 0 | 0.25 | 0.53 | 0.15 | 32.07 | 0.61 | 0.63 |
| Hex | DA | A4 | 66 | 0 | 19 | 35 | F | 20 | 3D | 3F |
| Octal | 332 | 244 | 146 | 0 | 31 | 65 | 17 | 40 | 75 | 77 |
| Binary | 11011010 | 10100100 | 1100110 | 0 | 11001 | 110101 | 1111 | 100000 | 111101 | 111111 |
Color Harmonies of #DAA466
Complementary color
Monochromatic Colors of #DAA466
Black with #DAA466
Text Example
Text Example
White with #DAA466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA466; }
p { color: rgb(218,164,102); }
H1.HeaderClassName
{
color: #DAA466;
}
.AnyTagClassName
{
color: #DAA466;
}
</style>
background-color css
<style>
a { background-color: #DAA466; }
a { background-color: rgb(218,164,102); }
div.DivClassName
{
background-color: #DAA466;
}
.BgClassName
{
background-color: #DAA466;
}
</style>
border-color css
<style>
span { border-color: #DAA466; }
span { border-color: rgb(218,164,102); }
td.TdClassName
{
border-color: #DAA466;
}
.TagClassName
{
border-color: #DAA466;
}
</style>