Shades of Porsche #DAA254
Tints of Porsche #DAA254
RGB
CMYK
RGB Variations
Color information
#DAA254 (or 0xDAA254) is known color: Porsche. HEX triplet: DA, A2 and 54. RGB value is (218,162,84). Sum of RGB (Red+Green+Blue) = 218+162+84=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA254 is #255DAB. Grayscale: #AAAAAA. Windows color (decimal): -2448812 or 5546714. OLE color: 5546714.
HSL color Cylindrical-coordinate representation of color #DAA254: hue angle of 34.93º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAA254 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 84 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.15 |
| HSL | 34.93º | 0.64% | 0.59% | - |
| HSV(B) | 34.93º | 0.61% | 0.85% | - |
| XYZ | 43.43 | 41.39 | 14.09 | - |
| YUV | 169.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 84 | 0 | 0.26 | 0.61 | 0.15 | 34.93 | 0.64 | 0.59 |
| Hex | DA | A2 | 54 | 0 | 1A | 3D | F | 23 | 40 | 3B |
| Octal | 332 | 242 | 124 | 0 | 32 | 75 | 17 | 43 | 100 | 73 |
| Binary | 11011010 | 10100010 | 1010100 | 0 | 11010 | 111101 | 1111 | 100011 | 1000000 | 111011 |
Color Harmonies of #DAA254
Complementary color
Monochromatic Colors of #DAA254
Black with #DAA254
Text Example
Text Example
White with #DAA254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA254; }
p { color: rgb(218,162,84); }
H1.HeaderClassName
{
color: #DAA254;
}
.AnyTagClassName
{
color: #DAA254;
}
</style>
background-color css
<style>
a { background-color: #DAA254; }
a { background-color: rgb(218,162,84); }
div.DivClassName
{
background-color: #DAA254;
}
.BgClassName
{
background-color: #DAA254;
}
</style>
border-color css
<style>
span { border-color: #DAA254; }
span { border-color: rgb(218,162,84); }
td.TdClassName
{
border-color: #DAA254;
}
.TagClassName
{
border-color: #DAA254;
}
</style>