Shades of Porsche #DAA256
Tints of Porsche #DAA256
RGB
CMYK
RGB Variations
Color information
#DAA256 (or 0xDAA256) is known color: Porsche. HEX triplet: DA, A2 and 56. RGB value is (218,162,86). Sum of RGB (Red+Green+Blue) = 218+162+86=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA256 is #255DA9. Grayscale: #AAAAAA. Windows color (decimal): -2448810 or 5677786. OLE color: 5677786.
HSL color Cylindrical-coordinate representation of color #DAA256: hue angle of 34.55º 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 #DAA256 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 86 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.15 |
| HSL | 34.55º | 0.64% | 0.6% | - |
| HSV(B) | 34.55º | 0.61% | 0.85% | - |
| XYZ | 43.51 | 41.42 | 14.51 | - |
| YUV | 170.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 86 | 0 | 0.26 | 0.61 | 0.15 | 34.55 | 0.64 | 0.6 |
| Hex | DA | A2 | 56 | 0 | 1A | 3D | F | 23 | 40 | 3C |
| Octal | 332 | 242 | 126 | 0 | 32 | 75 | 17 | 43 | 100 | 74 |
| Binary | 11011010 | 10100010 | 1010110 | 0 | 11010 | 111101 | 1111 | 100011 | 1000000 | 111100 |
Color Harmonies of #DAA256
Complementary color
Monochromatic Colors of #DAA256
Black with #DAA256
Text Example
Text Example
White with #DAA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA256; }
p { color: rgb(218,162,86); }
H1.HeaderClassName
{
color: #DAA256;
}
.AnyTagClassName
{
color: #DAA256;
}
</style>
background-color css
<style>
a { background-color: #DAA256; }
a { background-color: rgb(218,162,86); }
div.DivClassName
{
background-color: #DAA256;
}
.BgClassName
{
background-color: #DAA256;
}
</style>
border-color css
<style>
span { border-color: #DAA256; }
span { border-color: rgb(218,162,86); }
td.TdClassName
{
border-color: #DAA256;
}
.TagClassName
{
border-color: #DAA256;
}
</style>