Shades of Porsche #DAA151
Tints of Porsche #DAA151
RGB
CMYK
RGB Variations
Color information
#DAA151 (or 0xDAA151) is known color: Porsche. HEX triplet: DA, A1 and 51. RGB value is (218,161,81). Sum of RGB (Red+Green+Blue) = 218+161+81=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA151 is #255EAE. Grayscale: #A9A9A9. Windows color (decimal): -2449071 or 5349850. OLE color: 5349850.
HSL color Cylindrical-coordinate representation of color #DAA151: hue angle of 35.04º 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 #DAA151 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 81 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.15 |
| HSL | 35.04º | 0.65% | 0.59% | - |
| HSV(B) | 35.04º | 0.63% | 0.85% | - |
| XYZ | 43.14 | 40.99 | 13.42 | - |
| YUV | 168.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 81 | 0 | 0.26 | 0.63 | 0.15 | 35.04 | 0.65 | 0.59 |
| Hex | DA | A1 | 51 | 0 | 1A | 3F | F | 23 | 41 | 3B |
| Octal | 332 | 241 | 121 | 0 | 32 | 77 | 17 | 43 | 101 | 73 |
| Binary | 11011010 | 10100001 | 1010001 | 0 | 11010 | 111111 | 1111 | 100011 | 1000001 | 111011 |
Color Harmonies of #DAA151
Complementary color
Monochromatic Colors of #DAA151
Black with #DAA151
Text Example
Text Example
White with #DAA151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA151; }
p { color: rgb(218,161,81); }
H1.HeaderClassName
{
color: #DAA151;
}
.AnyTagClassName
{
color: #DAA151;
}
</style>
background-color css
<style>
a { background-color: #DAA151; }
a { background-color: rgb(218,161,81); }
div.DivClassName
{
background-color: #DAA151;
}
.BgClassName
{
background-color: #DAA151;
}
</style>
border-color css
<style>
span { border-color: #DAA151; }
span { border-color: rgb(218,161,81); }
td.TdClassName
{
border-color: #DAA151;
}
.TagClassName
{
border-color: #DAA151;
}
</style>