Shades of Porsche #DAA165
Tints of Porsche #DAA165
RGB
CMYK
RGB Variations
Color information
#DAA165 (or 0xDAA165) is known color: Porsche. HEX triplet: DA, A1 and 65. RGB value is (218,161,101). Sum of RGB (Red+Green+Blue) = 218+161+101=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA165 is #255E9A. Grayscale: #ABABAB. Windows color (decimal): -2449051 or 6660570. OLE color: 6660570.
HSL color Cylindrical-coordinate representation of color #DAA165: hue angle of 30.77º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAA165 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 101 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.15 |
| HSL | 30.77º | 0.61% | 0.63% | - |
| HSV(B) | 30.77º | 0.54% | 0.85% | - |
| XYZ | 44.01 | 41.33 | 17.97 | - |
| YUV | 171.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 101 | 0 | 0.26 | 0.54 | 0.15 | 30.77 | 0.61 | 0.63 |
| Hex | DA | A1 | 65 | 0 | 1A | 36 | F | 1F | 3D | 3F |
| Octal | 332 | 241 | 145 | 0 | 32 | 66 | 17 | 37 | 75 | 77 |
| Binary | 11011010 | 10100001 | 1100101 | 0 | 11010 | 110110 | 1111 | 11111 | 111101 | 111111 |
Color Harmonies of #DAA165
Complementary color
Monochromatic Colors of #DAA165
Black with #DAA165
Text Example
Text Example
White with #DAA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA165; }
p { color: rgb(218,161,101); }
H1.HeaderClassName
{
color: #DAA165;
}
.AnyTagClassName
{
color: #DAA165;
}
</style>
background-color css
<style>
a { background-color: #DAA165; }
a { background-color: rgb(218,161,101); }
div.DivClassName
{
background-color: #DAA165;
}
.BgClassName
{
background-color: #DAA165;
}
</style>
border-color css
<style>
span { border-color: #DAA165; }
span { border-color: rgb(218,161,101); }
td.TdClassName
{
border-color: #DAA165;
}
.TagClassName
{
border-color: #DAA165;
}
</style>