Shades of Porsche #DAA265
Tints of Porsche #DAA265
RGB
CMYK
RGB Variations
Color information
#DAA265 (or 0xDAA265) is known color: Porsche. HEX triplet: DA, A2 and 65. RGB value is (218,162,101). Sum of RGB (Red+Green+Blue) = 218+162+101=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA265 is #255D9A. Grayscale: #ACACAC. Windows color (decimal): -2448795 or 6660826. OLE color: 6660826.
HSL color Cylindrical-coordinate representation of color #DAA265: hue angle of 31.28º 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 #DAA265 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 101 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.15 |
| HSL | 31.28º | 0.61% | 0.63% | - |
| HSV(B) | 31.28º | 0.54% | 0.85% | - |
| XYZ | 44.18 | 41.69 | 18.03 | - |
| YUV | 171.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 101 | 0 | 0.26 | 0.54 | 0.15 | 31.28 | 0.61 | 0.63 |
| Hex | DA | A2 | 65 | 0 | 1A | 36 | F | 1F | 3D | 3F |
| Octal | 332 | 242 | 145 | 0 | 32 | 66 | 17 | 37 | 75 | 77 |
| Binary | 11011010 | 10100010 | 1100101 | 0 | 11010 | 110110 | 1111 | 11111 | 111101 | 111111 |
Color Harmonies of #DAA265
Complementary color
Monochromatic Colors of #DAA265
Black with #DAA265
Text Example
Text Example
White with #DAA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA265; }
p { color: rgb(218,162,101); }
H1.HeaderClassName
{
color: #DAA265;
}
.AnyTagClassName
{
color: #DAA265;
}
</style>
background-color css
<style>
a { background-color: #DAA265; }
a { background-color: rgb(218,162,101); }
div.DivClassName
{
background-color: #DAA265;
}
.BgClassName
{
background-color: #DAA265;
}
</style>
border-color css
<style>
span { border-color: #DAA265; }
span { border-color: rgb(218,162,101); }
td.TdClassName
{
border-color: #DAA265;
}
.TagClassName
{
border-color: #DAA265;
}
</style>