Shades of Porsche #DAA259
Tints of Porsche #DAA259
RGB
CMYK
RGB Variations
Color information
#DAA259 (or 0xDAA259) is known color: Porsche. HEX triplet: DA, A2 and 59. RGB value is (218,162,89). Sum of RGB (Red+Green+Blue) = 218+162+89=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA259 is #255DA6. Grayscale: #AAAAAA. Windows color (decimal): -2448807 or 5874394. OLE color: 5874394.
HSL color Cylindrical-coordinate representation of color #DAA259: hue angle of 33.95º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAA259 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 89 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.15 |
| HSL | 33.95º | 0.64% | 0.6% | - |
| HSV(B) | 33.95º | 0.59% | 0.85% | - |
| XYZ | 43.64 | 41.47 | 15.16 | - |
| YUV | 170.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 89 | 0 | 0.26 | 0.59 | 0.15 | 33.95 | 0.64 | 0.6 |
| Hex | DA | A2 | 59 | 0 | 1A | 3B | F | 22 | 40 | 3C |
| Octal | 332 | 242 | 131 | 0 | 32 | 73 | 17 | 42 | 100 | 74 |
| Binary | 11011010 | 10100010 | 1011001 | 0 | 11010 | 111011 | 1111 | 100010 | 1000000 | 111100 |
Color Harmonies of #DAA259
Complementary color
Monochromatic Colors of #DAA259
Black with #DAA259
Text Example
Text Example
White with #DAA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA259; }
p { color: rgb(218,162,89); }
H1.HeaderClassName
{
color: #DAA259;
}
.AnyTagClassName
{
color: #DAA259;
}
</style>
background-color css
<style>
a { background-color: #DAA259; }
a { background-color: rgb(218,162,89); }
div.DivClassName
{
background-color: #DAA259;
}
.BgClassName
{
background-color: #DAA259;
}
</style>
border-color css
<style>
span { border-color: #DAA259; }
span { border-color: rgb(218,162,89); }
td.TdClassName
{
border-color: #DAA259;
}
.TagClassName
{
border-color: #DAA259;
}
</style>