Shades of Porsche #DAA257
Tints of Porsche #DAA257
RGB
CMYK
RGB Variations
Color information
#DAA257 (or 0xDAA257) is known color: Porsche. HEX triplet: DA, A2 and 57. RGB value is (218,162,87). Sum of RGB (Red+Green+Blue) = 218+162+87=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA257 is #255DA8. Grayscale: #AAAAAA. Windows color (decimal): -2448809 or 5743322. OLE color: 5743322.
HSL color Cylindrical-coordinate representation of color #DAA257: hue angle of 34.35º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAA257 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 87 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.15 |
| HSL | 34.35º | 0.64% | 0.6% | - |
| HSV(B) | 34.35º | 0.6% | 0.85% | - |
| XYZ | 43.55 | 41.43 | 14.72 | - |
| YUV | 170.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 87 | 0 | 0.26 | 0.60 | 0.15 | 34.35 | 0.64 | 0.6 |
| Hex | DA | A2 | 57 | 0 | 1A | 3C | F | 22 | 40 | 3C |
| Octal | 332 | 242 | 127 | 0 | 32 | 74 | 17 | 42 | 100 | 74 |
| Binary | 11011010 | 10100010 | 1010111 | 0 | 11010 | 111100 | 1111 | 100010 | 1000000 | 111100 |
Color Harmonies of #DAA257
Complementary color
Monochromatic Colors of #DAA257
Black with #DAA257
Text Example
Text Example
White with #DAA257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA257; }
p { color: rgb(218,162,87); }
H1.HeaderClassName
{
color: #DAA257;
}
.AnyTagClassName
{
color: #DAA257;
}
</style>
background-color css
<style>
a { background-color: #DAA257; }
a { background-color: rgb(218,162,87); }
div.DivClassName
{
background-color: #DAA257;
}
.BgClassName
{
background-color: #DAA257;
}
</style>
border-color css
<style>
span { border-color: #DAA257; }
span { border-color: rgb(218,162,87); }
td.TdClassName
{
border-color: #DAA257;
}
.TagClassName
{
border-color: #DAA257;
}
</style>