Shades of Porsche #DAA064
Tints of Porsche #DAA064
RGB
CMYK
RGB Variations
Color information
#DAA064 (or 0xDAA064) is known color: Porsche. HEX triplet: DA, A0 and 64. RGB value is (218,160,100). Sum of RGB (Red+Green+Blue) = 218+160+100=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA064 is #255F9B. Grayscale: #AAAAAA. Windows color (decimal): -2449308 or 6594778. OLE color: 6594778.
HSL color Cylindrical-coordinate representation of color #DAA064: hue angle of 30.51º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAA064 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 100 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.15 |
| HSL | 30.51º | 0.61% | 0.62% | - |
| HSV(B) | 30.51º | 0.54% | 0.85% | - |
| XYZ | 43.78 | 40.97 | 17.66 | - |
| YUV | 170.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 100 | 0 | 0.27 | 0.54 | 0.15 | 30.51 | 0.61 | 0.62 |
| Hex | DA | A0 | 64 | 0 | 1B | 36 | F | 1F | 3D | 3E |
| Octal | 332 | 240 | 144 | 0 | 33 | 66 | 17 | 37 | 75 | 76 |
| Binary | 11011010 | 10100000 | 1100100 | 0 | 11011 | 110110 | 1111 | 11111 | 111101 | 111110 |
Color Harmonies of #DAA064
Complementary color
Monochromatic Colors of #DAA064
Black with #DAA064
Text Example
Text Example
White with #DAA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA064; }
p { color: rgb(218,160,100); }
H1.HeaderClassName
{
color: #DAA064;
}
.AnyTagClassName
{
color: #DAA064;
}
</style>
background-color css
<style>
a { background-color: #DAA064; }
a { background-color: rgb(218,160,100); }
div.DivClassName
{
background-color: #DAA064;
}
.BgClassName
{
background-color: #DAA064;
}
</style>
border-color css
<style>
span { border-color: #DAA064; }
span { border-color: rgb(218,160,100); }
td.TdClassName
{
border-color: #DAA064;
}
.TagClassName
{
border-color: #DAA064;
}
</style>