Shades of Porsche #DAA053
Tints of Porsche #DAA053
RGB
CMYK
RGB Variations
Color information
#DAA053 (or 0xDAA053) is known color: Porsche. HEX triplet: DA, A0 and 53. RGB value is (218,160,83). Sum of RGB (Red+Green+Blue) = 218+160+83=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA053 is #255FAC. Grayscale: #A8A8A8. Windows color (decimal): -2449325 or 5480666. OLE color: 5480666.
HSL color Cylindrical-coordinate representation of color #DAA053: hue angle of 34.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAA053 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 83 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.15 |
| HSL | 34.22º | 0.65% | 0.59% | - |
| HSV(B) | 34.22º | 0.62% | 0.85% | - |
| XYZ | 43.05 | 40.67 | 13.77 | - |
| YUV | 168.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 83 | 0 | 0.27 | 0.62 | 0.15 | 34.22 | 0.65 | 0.59 |
| Hex | DA | A0 | 53 | 0 | 1B | 3E | F | 22 | 41 | 3B |
| Octal | 332 | 240 | 123 | 0 | 33 | 76 | 17 | 42 | 101 | 73 |
| Binary | 11011010 | 10100000 | 1010011 | 0 | 11011 | 111110 | 1111 | 100010 | 1000001 | 111011 |
Color Harmonies of #DAA053
Complementary color
Monochromatic Colors of #DAA053
Black with #DAA053
Text Example
Text Example
White with #DAA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA053; }
p { color: rgb(218,160,83); }
H1.HeaderClassName
{
color: #DAA053;
}
.AnyTagClassName
{
color: #DAA053;
}
</style>
background-color css
<style>
a { background-color: #DAA053; }
a { background-color: rgb(218,160,83); }
div.DivClassName
{
background-color: #DAA053;
}
.BgClassName
{
background-color: #DAA053;
}
</style>
border-color css
<style>
span { border-color: #DAA053; }
span { border-color: rgb(218,160,83); }
td.TdClassName
{
border-color: #DAA053;
}
.TagClassName
{
border-color: #DAA053;
}
</style>