Shades of Porsche #DAA159
Tints of Porsche #DAA159
RGB
CMYK
RGB Variations
Color information
#DAA159 (or 0xDAA159) is known color: Porsche. HEX triplet: DA, A1 and 59. RGB value is (218,161,89). Sum of RGB (Red+Green+Blue) = 218+161+89=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA159 is #255EA6. Grayscale: #AAAAAA. Windows color (decimal): -2449063 or 5874138. OLE color: 5874138.
HSL color Cylindrical-coordinate representation of color #DAA159: hue angle of 33.49º 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 #DAA159 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 89 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.15 |
| HSL | 33.49º | 0.64% | 0.6% | - |
| HSV(B) | 33.49º | 0.59% | 0.85% | - |
| XYZ | 43.46 | 41.12 | 15.1 | - |
| YUV | 169.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 89 | 0 | 0.26 | 0.59 | 0.15 | 33.49 | 0.64 | 0.6 |
| Hex | DA | A1 | 59 | 0 | 1A | 3B | F | 21 | 40 | 3C |
| Octal | 332 | 241 | 131 | 0 | 32 | 73 | 17 | 41 | 100 | 74 |
| Binary | 11011010 | 10100001 | 1011001 | 0 | 11010 | 111011 | 1111 | 100001 | 1000000 | 111100 |
Color Harmonies of #DAA159
Complementary color
Monochromatic Colors of #DAA159
Black with #DAA159
Text Example
Text Example
White with #DAA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA159; }
p { color: rgb(218,161,89); }
H1.HeaderClassName
{
color: #DAA159;
}
.AnyTagClassName
{
color: #DAA159;
}
</style>
background-color css
<style>
a { background-color: #DAA159; }
a { background-color: rgb(218,161,89); }
div.DivClassName
{
background-color: #DAA159;
}
.BgClassName
{
background-color: #DAA159;
}
</style>
border-color css
<style>
span { border-color: #DAA159; }
span { border-color: rgb(218,161,89); }
td.TdClassName
{
border-color: #DAA159;
}
.TagClassName
{
border-color: #DAA159;
}
</style>