Shades of Porsche #DAA065
Tints of Porsche #DAA065
RGB
CMYK
RGB Variations
Color information
#DAA065 (or 0xDAA065) is known color: Porsche. HEX triplet: DA, A0 and 65. RGB value is (218,160,101). Sum of RGB (Red+Green+Blue) = 218+160+101=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA065 is #255F9A. Grayscale: #AAAAAA. Windows color (decimal): -2449307 or 6660314. OLE color: 6660314.
HSL color Cylindrical-coordinate representation of color #DAA065: hue angle of 30.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAA065 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 101 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.15 |
| HSL | 30.26º | 0.61% | 0.63% | - |
| HSV(B) | 30.26º | 0.54% | 0.85% | - |
| XYZ | 43.83 | 40.99 | 17.91 | - |
| YUV | 170.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 101 | 0 | 0.27 | 0.54 | 0.15 | 30.26 | 0.61 | 0.63 |
| Hex | DA | A0 | 65 | 0 | 1B | 36 | F | 1E | 3D | 3F |
| Octal | 332 | 240 | 145 | 0 | 33 | 66 | 17 | 36 | 75 | 77 |
| Binary | 11011010 | 10100000 | 1100101 | 0 | 11011 | 110110 | 1111 | 11110 | 111101 | 111111 |
Color Harmonies of #DAA065
Complementary color
Monochromatic Colors of #DAA065
Black with #DAA065
Text Example
Text Example
White with #DAA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA065; }
p { color: rgb(218,160,101); }
H1.HeaderClassName
{
color: #DAA065;
}
.AnyTagClassName
{
color: #DAA065;
}
</style>
background-color css
<style>
a { background-color: #DAA065; }
a { background-color: rgb(218,160,101); }
div.DivClassName
{
background-color: #DAA065;
}
.BgClassName
{
background-color: #DAA065;
}
</style>
border-color css
<style>
span { border-color: #DAA065; }
span { border-color: rgb(218,160,101); }
td.TdClassName
{
border-color: #DAA065;
}
.TagClassName
{
border-color: #DAA065;
}
</style>