Shades of Porsche #DAA15C
Tints of Porsche #DAA15C
RGB
CMYK
RGB Variations
Color information
#DAA15C (or 0xDAA15C) is known color: Porsche. HEX triplet: DA, A1 and 5C. RGB value is (218,161,92). Sum of RGB (Red+Green+Blue) = 218+161+92=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA15C is #255EA3. Grayscale: #AAAAAA. Windows color (decimal): -2449060 or 6070746. OLE color: 6070746.
HSL color Cylindrical-coordinate representation of color #DAA15C: hue angle of 32.86º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAA15C is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 92 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.15 |
| HSL | 32.86º | 0.63% | 0.61% | - |
| HSV(B) | 32.86º | 0.58% | 0.85% | - |
| XYZ | 43.59 | 41.17 | 15.77 | - |
| YUV | 170.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 92 | 0 | 0.26 | 0.58 | 0.15 | 32.86 | 0.63 | 0.61 |
| Hex | DA | A1 | 5C | 0 | 1A | 3A | F | 21 | 3F | 3D |
| Octal | 332 | 241 | 134 | 0 | 32 | 72 | 17 | 41 | 77 | 75 |
| Binary | 11011010 | 10100001 | 1011100 | 0 | 11010 | 111010 | 1111 | 100001 | 111111 | 111101 |
Color Harmonies of #DAA15C
Complementary color
Monochromatic Colors of #DAA15C
Black with #DAA15C
Text Example
Text Example
White with #DAA15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA15C; }
p { color: rgb(218,161,92); }
H1.HeaderClassName
{
color: #DAA15C;
}
.AnyTagClassName
{
color: #DAA15C;
}
</style>
background-color css
<style>
a { background-color: #DAA15C; }
a { background-color: rgb(218,161,92); }
div.DivClassName
{
background-color: #DAA15C;
}
.BgClassName
{
background-color: #DAA15C;
}
</style>
border-color css
<style>
span { border-color: #DAA15C; }
span { border-color: rgb(218,161,92); }
td.TdClassName
{
border-color: #DAA15C;
}
.TagClassName
{
border-color: #DAA15C;
}
</style>