Shades of Porsche #DAA051
Tints of Porsche #DAA051
RGB
CMYK
RGB Variations
Color information
#DAA051 (or 0xDAA051) is known color: Porsche. HEX triplet: DA, A0 and 51. RGB value is (218,160,81). Sum of RGB (Red+Green+Blue) = 218+160+81=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA051 is #255FAE. Grayscale: #A8A8A8. Windows color (decimal): -2449327 or 5349594. OLE color: 5349594.
HSL color Cylindrical-coordinate representation of color #DAA051: hue angle of 34.6º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAA051 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 81 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.15 |
| HSL | 34.6º | 0.65% | 0.59% | - |
| HSV(B) | 34.6º | 0.63% | 0.85% | - |
| XYZ | 42.97 | 40.64 | 13.36 | - |
| YUV | 168.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 81 | 0 | 0.27 | 0.63 | 0.15 | 34.6 | 0.65 | 0.59 |
| Hex | DA | A0 | 51 | 0 | 1B | 3F | F | 23 | 41 | 3B |
| Octal | 332 | 240 | 121 | 0 | 33 | 77 | 17 | 43 | 101 | 73 |
| Binary | 11011010 | 10100000 | 1010001 | 0 | 11011 | 111111 | 1111 | 100011 | 1000001 | 111011 |
Color Harmonies of #DAA051
Complementary color
Monochromatic Colors of #DAA051
Black with #DAA051
Text Example
Text Example
White with #DAA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA051; }
p { color: rgb(218,160,81); }
H1.HeaderClassName
{
color: #DAA051;
}
.AnyTagClassName
{
color: #DAA051;
}
</style>
background-color css
<style>
a { background-color: #DAA051; }
a { background-color: rgb(218,160,81); }
div.DivClassName
{
background-color: #DAA051;
}
.BgClassName
{
background-color: #DAA051;
}
</style>
border-color css
<style>
span { border-color: #DAA051; }
span { border-color: rgb(218,160,81); }
td.TdClassName
{
border-color: #DAA051;
}
.TagClassName
{
border-color: #DAA051;
}
</style>