Shades of Porsche #DAA460
Tints of Porsche #DAA460
RGB
CMYK
RGB Variations
Color information
#DAA460 (or 0xDAA460) is known color: Porsche. HEX triplet: DA, A4 and 60. RGB value is (218,164,96). Sum of RGB (Red+Green+Blue) = 218+164+96=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA460 is #255B9F. Grayscale: #ACACAC. Windows color (decimal): -2448288 or 6333658. OLE color: 6333658.
HSL color Cylindrical-coordinate representation of color #DAA460: hue angle of 33.44º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAA460 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 96 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.15 |
| HSL | 33.44º | 0.62% | 0.62% | - |
| HSV(B) | 33.44º | 0.56% | 0.85% | - |
| XYZ | 44.3 | 42.3 | 16.9 | - |
| YUV | 172.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 96 | 0 | 0.25 | 0.56 | 0.15 | 33.44 | 0.62 | 0.62 |
| Hex | DA | A4 | 60 | 0 | 19 | 38 | F | 21 | 3E | 3E |
| Octal | 332 | 244 | 140 | 0 | 31 | 70 | 17 | 41 | 76 | 76 |
| Binary | 11011010 | 10100100 | 1100000 | 0 | 11001 | 111000 | 1111 | 100001 | 111110 | 111110 |
Color Harmonies of #DAA460
Complementary color
Monochromatic Colors of #DAA460
Black with #DAA460
Text Example
Text Example
White with #DAA460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA460; }
p { color: rgb(218,164,96); }
H1.HeaderClassName
{
color: #DAA460;
}
.AnyTagClassName
{
color: #DAA460;
}
</style>
background-color css
<style>
a { background-color: #DAA460; }
a { background-color: rgb(218,164,96); }
div.DivClassName
{
background-color: #DAA460;
}
.BgClassName
{
background-color: #DAA460;
}
</style>
border-color css
<style>
span { border-color: #DAA460; }
span { border-color: rgb(218,164,96); }
td.TdClassName
{
border-color: #DAA460;
}
.TagClassName
{
border-color: #DAA460;
}
</style>