Shades of Gold Drop #D46733
Tints of Gold Drop #D46733
RGB
CMYK
RGB Variations
Color information
#D46733 (or 0xD46733) is known color: Gold Drop. HEX triplet: D4, 67 and 33. RGB value is (212,103,51). Sum of RGB (Red+Green+Blue) = 212+103+51=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D46733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46733 is #2B98CC. Grayscale: #818181. Windows color (decimal): -2857165 or 3368916. OLE color: 3368916.
HSL color Cylindrical-coordinate representation of color #D46733: hue angle of 19.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D46733 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 51 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.17 |
| HSL | 19.38º | 0.65% | 0.52% | - |
| HSV(B) | 19.38º | 0.76% | 0.83% | - |
| XYZ | 32.6 | 23.94 | 6.03 | - |
| YUV | 129.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 51 | 0 | 0.51 | 0.76 | 0.17 | 19.38 | 0.65 | 0.52 |
| Hex | D4 | 67 | 33 | 0 | 33 | 4C | 11 | 13 | 41 | 34 |
| Octal | 324 | 147 | 63 | 0 | 63 | 114 | 21 | 23 | 101 | 64 |
| Binary | 11010100 | 1100111 | 110011 | 0 | 110011 | 1001100 | 10001 | 10011 | 1000001 | 110100 |
Color Harmonies of #D46733
Complementary color
Monochromatic Colors of #D46733
Black with #D46733
Text Example
Text Example
White with #D46733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46733; }
p { color: rgb(212,103,51); }
H1.HeaderClassName
{
color: #D46733;
}
.AnyTagClassName
{
color: #D46733;
}
</style>
background-color css
<style>
a { background-color: #D46733; }
a { background-color: rgb(212,103,51); }
div.DivClassName
{
background-color: #D46733;
}
.BgClassName
{
background-color: #D46733;
}
</style>
border-color css
<style>
span { border-color: #D46733; }
span { border-color: rgb(212,103,51); }
td.TdClassName
{
border-color: #D46733;
}
.TagClassName
{
border-color: #D46733;
}
</style>