Shades of Porsche #DAA052
Tints of Porsche #DAA052
RGB
CMYK
RGB Variations
Color information
#DAA052 (or 0xDAA052) is known color: Porsche. HEX triplet: DA, A0 and 52. RGB value is (218,160,82). Sum of RGB (Red+Green+Blue) = 218+160+82=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA052 is #255FAD. Grayscale: #A8A8A8. Windows color (decimal): -2449326 or 5415130. OLE color: 5415130.
HSL color Cylindrical-coordinate representation of color #DAA052: hue angle of 34.41º 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 #DAA052 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 82 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.15 |
| HSL | 34.41º | 0.65% | 0.59% | - |
| HSV(B) | 34.41º | 0.62% | 0.85% | - |
| XYZ | 43.01 | 40.66 | 13.56 | - |
| YUV | 168.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 82 | 0 | 0.27 | 0.62 | 0.15 | 34.41 | 0.65 | 0.59 |
| Hex | DA | A0 | 52 | 0 | 1B | 3E | F | 22 | 41 | 3B |
| Octal | 332 | 240 | 122 | 0 | 33 | 76 | 17 | 42 | 101 | 73 |
| Binary | 11011010 | 10100000 | 1010010 | 0 | 11011 | 111110 | 1111 | 100010 | 1000001 | 111011 |
Color Harmonies of #DAA052
Complementary color
Monochromatic Colors of #DAA052
Black with #DAA052
Text Example
Text Example
White with #DAA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA052; }
p { color: rgb(218,160,82); }
H1.HeaderClassName
{
color: #DAA052;
}
.AnyTagClassName
{
color: #DAA052;
}
</style>
background-color css
<style>
a { background-color: #DAA052; }
a { background-color: rgb(218,160,82); }
div.DivClassName
{
background-color: #DAA052;
}
.BgClassName
{
background-color: #DAA052;
}
</style>
border-color css
<style>
span { border-color: #DAA052; }
span { border-color: rgb(218,160,82); }
td.TdClassName
{
border-color: #DAA052;
}
.TagClassName
{
border-color: #DAA052;
}
</style>