Shades of Porsche #DAA056
Tints of Porsche #DAA056
RGB
CMYK
RGB Variations
Color information
#DAA056 (or 0xDAA056) is known color: Porsche. HEX triplet: DA, A0 and 56. RGB value is (218,160,86). Sum of RGB (Red+Green+Blue) = 218+160+86=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA056 is #255FA9. Grayscale: #A9A9A9. Windows color (decimal): -2449322 or 5677274. OLE color: 5677274.
HSL color Cylindrical-coordinate representation of color #DAA056: hue angle of 33.64º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAA056 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 86 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.15 |
| HSL | 33.64º | 0.64% | 0.6% | - |
| HSV(B) | 33.64º | 0.61% | 0.85% | - |
| XYZ | 43.16 | 40.72 | 14.39 | - |
| YUV | 168.91 | 81.22 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 86 | 0 | 0.27 | 0.61 | 0.15 | 33.64 | 0.64 | 0.6 |
| Hex | DA | A0 | 56 | 0 | 1B | 3D | F | 22 | 40 | 3C |
| Octal | 332 | 240 | 126 | 0 | 33 | 75 | 17 | 42 | 100 | 74 |
| Binary | 11011010 | 10100000 | 1010110 | 0 | 11011 | 111101 | 1111 | 100010 | 1000000 | 111100 |
Color Harmonies of #DAA056
Complementary color
Monochromatic Colors of #DAA056
Black with #DAA056
Text Example
Text Example
White with #DAA056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA056; }
p { color: rgb(218,160,86); }
H1.HeaderClassName
{
color: #DAA056;
}
.AnyTagClassName
{
color: #DAA056;
}
</style>
background-color css
<style>
a { background-color: #DAA056; }
a { background-color: rgb(218,160,86); }
div.DivClassName
{
background-color: #DAA056;
}
.BgClassName
{
background-color: #DAA056;
}
</style>
border-color css
<style>
span { border-color: #DAA056; }
span { border-color: rgb(218,160,86); }
td.TdClassName
{
border-color: #DAA056;
}
.TagClassName
{
border-color: #DAA056;
}
</style>