Shades of Gold Drop #D36A2A
Tints of Gold Drop #D36A2A
RGB
CMYK
RGB Variations
Color information
#D36A2A (or 0xD36A2A) is known color: Gold Drop. HEX triplet: D3, 6A and 2A. RGB value is (211,106,42). Sum of RGB (Red+Green+Blue) = 211+106+42=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36A2A is #2C95D5. Grayscale: #828282. Windows color (decimal): -2921942 or 2779859. OLE color: 2779859.
HSL color Cylindrical-coordinate representation of color #D36A2A: hue angle of 22.72º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D36A2A is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 106 | 42 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.17 |
| HSL | 22.72º | 0.67% | 0.5% | - |
| HSV(B) | 22.72º | 0.8% | 0.83% | - |
| XYZ | 32.44 | 24.32 | 5.18 | - |
| YUV | 130.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 42 | 0 | 0.50 | 0.80 | 0.17 | 22.72 | 0.67 | 0.5 |
| Hex | D3 | 6A | 2A | 0 | 32 | 50 | 11 | 17 | 43 | 32 |
| Octal | 323 | 152 | 52 | 0 | 62 | 120 | 21 | 27 | 103 | 62 |
| Binary | 11010011 | 1101010 | 101010 | 0 | 110010 | 1010000 | 10001 | 10111 | 1000011 | 110010 |
Color Harmonies of #D36A2A
Complementary color
Monochromatic Colors of #D36A2A
Black with #D36A2A
Text Example
Text Example
White with #D36A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36A2A; }
p { color: rgb(211,106,42); }
H1.HeaderClassName
{
color: #D36A2A;
}
.AnyTagClassName
{
color: #D36A2A;
}
</style>
background-color css
<style>
a { background-color: #D36A2A; }
a { background-color: rgb(211,106,42); }
div.DivClassName
{
background-color: #D36A2A;
}
.BgClassName
{
background-color: #D36A2A;
}
</style>
border-color css
<style>
span { border-color: #D36A2A; }
span { border-color: rgb(211,106,42); }
td.TdClassName
{
border-color: #D36A2A;
}
.TagClassName
{
border-color: #D36A2A;
}
</style>