Shades of Porsche #DAA36B
Tints of Porsche #DAA36B
RGB
CMYK
RGB Variations
Color information
#DAA36B (or 0xDAA36B) is known color: Porsche. HEX triplet: DA, A3 and 6B. RGB value is (218,163,107). Sum of RGB (Red+Green+Blue) = 218+163+107=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA36B is #255C94. Grayscale: #ADADAD. Windows color (decimal): -2448533 or 7054298. OLE color: 7054298.
HSL color Cylindrical-coordinate representation of color #DAA36B: hue angle of 30.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAA36B is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 107 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.15 |
| HSL | 30.27º | 0.6% | 0.64% | - |
| HSV(B) | 30.27º | 0.51% | 0.85% | - |
| XYZ | 44.66 | 42.16 | 19.69 | - |
| YUV | 173.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 107 | 0 | 0.25 | 0.51 | 0.15 | 30.27 | 0.6 | 0.64 |
| Hex | DA | A3 | 6B | 0 | 19 | 33 | F | 1E | 3C | 40 |
| Octal | 332 | 243 | 153 | 0 | 31 | 63 | 17 | 36 | 74 | 100 |
| Binary | 11011010 | 10100011 | 1101011 | 0 | 11001 | 110011 | 1111 | 11110 | 111100 | 1000000 |
Color Harmonies of #DAA36B
Complementary color
Monochromatic Colors of #DAA36B
Black with #DAA36B
Text Example
Text Example
White with #DAA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA36B; }
p { color: rgb(218,163,107); }
H1.HeaderClassName
{
color: #DAA36B;
}
.AnyTagClassName
{
color: #DAA36B;
}
</style>
background-color css
<style>
a { background-color: #DAA36B; }
a { background-color: rgb(218,163,107); }
div.DivClassName
{
background-color: #DAA36B;
}
.BgClassName
{
background-color: #DAA36B;
}
</style>
border-color css
<style>
span { border-color: #DAA36B; }
span { border-color: rgb(218,163,107); }
td.TdClassName
{
border-color: #DAA36B;
}
.TagClassName
{
border-color: #DAA36B;
}
</style>