Shades of Gold Drop #D36B30
Tints of Gold Drop #D36B30
RGB
CMYK
RGB Variations
Color information
#D36B30 (or 0xD36B30) is known color: Gold Drop. HEX triplet: D3, 6B and 30. RGB value is (211,107,48). Sum of RGB (Red+Green+Blue) = 211+107+48=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D36B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36B30 is #2C94CF. Grayscale: #838383. Windows color (decimal): -2921680 or 3173331. OLE color: 3173331.
HSL color Cylindrical-coordinate representation of color #D36B30: hue angle of 21.72º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D36B30 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 48 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.17 |
| HSL | 21.72º | 0.65% | 0.51% | - |
| HSV(B) | 21.72º | 0.77% | 0.83% | - |
| XYZ | 32.66 | 24.58 | 5.82 | - |
| YUV | 131.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 48 | 0 | 0.49 | 0.77 | 0.17 | 21.72 | 0.65 | 0.51 |
| Hex | D3 | 6B | 30 | 0 | 31 | 4D | 11 | 16 | 41 | 33 |
| Octal | 323 | 153 | 60 | 0 | 61 | 115 | 21 | 26 | 101 | 63 |
| Binary | 11010011 | 1101011 | 110000 | 0 | 110001 | 1001101 | 10001 | 10110 | 1000001 | 110011 |
Color Harmonies of #D36B30
Complementary color
Monochromatic Colors of #D36B30
Black with #D36B30
Text Example
Text Example
White with #D36B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36B30; }
p { color: rgb(211,107,48); }
H1.HeaderClassName
{
color: #D36B30;
}
.AnyTagClassName
{
color: #D36B30;
}
</style>
background-color css
<style>
a { background-color: #D36B30; }
a { background-color: rgb(211,107,48); }
div.DivClassName
{
background-color: #D36B30;
}
.BgClassName
{
background-color: #D36B30;
}
</style>
border-color css
<style>
span { border-color: #D36B30; }
span { border-color: rgb(211,107,48); }
td.TdClassName
{
border-color: #D36B30;
}
.TagClassName
{
border-color: #D36B30;
}
</style>