Shades of Porsche #DAA56D
Tints of Porsche #DAA56D
RGB
CMYK
RGB Variations
Color information
#DAA56D (or 0xDAA56D) is known color: Porsche. HEX triplet: DA, A5 and 6D. RGB value is (218,165,109). Sum of RGB (Red+Green+Blue) = 218+165+109=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA56D is #255A92. Grayscale: #AEAEAE. Windows color (decimal): -2448019 or 7185882. OLE color: 7185882.
HSL color Cylindrical-coordinate representation of color #DAA56D: hue angle of 30.83º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAA56D is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 109 | - |
| CMYK | 0 | 0.24 | 0.5 | 0.15 |
| HSL | 30.83º | 0.6% | 0.64% | - |
| HSV(B) | 30.83º | 0.5% | 0.85% | - |
| XYZ | 45.13 | 42.92 | 20.37 | - |
| YUV | 174.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 109 | 0 | 0.24 | 0.5 | 0.15 | 30.83 | 0.6 | 0.64 |
| Hex | DA | A5 | 6D | 0 | 18 | 32 | F | 1F | 3C | 40 |
| Octal | 332 | 245 | 155 | 0 | 30 | 62 | 17 | 37 | 74 | 100 |
| Binary | 11011010 | 10100101 | 1101101 | 0 | 11000 | 110010 | 1111 | 11111 | 111100 | 1000000 |
Color Harmonies of #DAA56D
Complementary color
Monochromatic Colors of #DAA56D
Black with #DAA56D
Text Example
Text Example
White with #DAA56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA56D; }
p { color: rgb(218,165,109); }
H1.HeaderClassName
{
color: #DAA56D;
}
.AnyTagClassName
{
color: #DAA56D;
}
</style>
background-color css
<style>
a { background-color: #DAA56D; }
a { background-color: rgb(218,165,109); }
div.DivClassName
{
background-color: #DAA56D;
}
.BgClassName
{
background-color: #DAA56D;
}
</style>
border-color css
<style>
span { border-color: #DAA56D; }
span { border-color: rgb(218,165,109); }
td.TdClassName
{
border-color: #DAA56D;
}
.TagClassName
{
border-color: #DAA56D;
}
</style>