Shades of Porsche #DAA15D
Tints of Porsche #DAA15D
RGB
CMYK
RGB Variations
Color information
#DAA15D (or 0xDAA15D) is known color: Porsche. HEX triplet: DA, A1 and 5D. RGB value is (218,161,93). Sum of RGB (Red+Green+Blue) = 218+161+93=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA15D is #255EA2. Grayscale: #AAAAAA. Windows color (decimal): -2449059 or 6136282. OLE color: 6136282.
HSL color Cylindrical-coordinate representation of color #DAA15D: hue angle of 32.64º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAA15D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 93 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.15 |
| HSL | 32.64º | 0.63% | 0.61% | - |
| HSV(B) | 32.64º | 0.57% | 0.85% | - |
| XYZ | 43.63 | 41.19 | 16.01 | - |
| YUV | 170.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 93 | 0 | 0.26 | 0.57 | 0.15 | 32.64 | 0.63 | 0.61 |
| Hex | DA | A1 | 5D | 0 | 1A | 39 | F | 21 | 3F | 3D |
| Octal | 332 | 241 | 135 | 0 | 32 | 71 | 17 | 41 | 77 | 75 |
| Binary | 11011010 | 10100001 | 1011101 | 0 | 11010 | 111001 | 1111 | 100001 | 111111 | 111101 |
Color Harmonies of #DAA15D
Complementary color
Monochromatic Colors of #DAA15D
Black with #DAA15D
Text Example
Text Example
White with #DAA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA15D; }
p { color: rgb(218,161,93); }
H1.HeaderClassName
{
color: #DAA15D;
}
.AnyTagClassName
{
color: #DAA15D;
}
</style>
background-color css
<style>
a { background-color: #DAA15D; }
a { background-color: rgb(218,161,93); }
div.DivClassName
{
background-color: #DAA15D;
}
.BgClassName
{
background-color: #DAA15D;
}
</style>
border-color css
<style>
span { border-color: #DAA15D; }
span { border-color: rgb(218,161,93); }
td.TdClassName
{
border-color: #DAA15D;
}
.TagClassName
{
border-color: #DAA15D;
}
</style>