Shades of Gold Drop #DA6E33
Tints of Gold Drop #DA6E33
RGB
CMYK
RGB Variations
Color information
#DA6E33 (or 0xDA6E33) is known color: Gold Drop. HEX triplet: DA, 6E and 33. RGB value is (218,110,51). Sum of RGB (Red+Green+Blue) = 218+110+51=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6E33 is #2591CC. Grayscale: #878787. Windows color (decimal): -2462157 or 3370714. OLE color: 3370714.
HSL color Cylindrical-coordinate representation of color #DA6E33: hue angle of 21.2º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA6E33 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 51 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.15 |
| HSL | 21.2º | 0.69% | 0.53% | - |
| HSV(B) | 21.2º | 0.77% | 0.85% | - |
| XYZ | 35.09 | 26.3 | 6.36 | - |
| YUV | 135.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 51 | 0 | 0.50 | 0.77 | 0.15 | 21.2 | 0.69 | 0.53 |
| Hex | DA | 6E | 33 | 0 | 32 | 4D | F | 15 | 45 | 35 |
| Octal | 332 | 156 | 63 | 0 | 62 | 115 | 17 | 25 | 105 | 65 |
| Binary | 11011010 | 1101110 | 110011 | 0 | 110010 | 1001101 | 1111 | 10101 | 1000101 | 110101 |
Color Harmonies of #DA6E33
Complementary color
Monochromatic Colors of #DA6E33
Black with #DA6E33
Text Example
Text Example
White with #DA6E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E33; }
p { color: rgb(218,110,51); }
H1.HeaderClassName
{
color: #DA6E33;
}
.AnyTagClassName
{
color: #DA6E33;
}
</style>
background-color css
<style>
a { background-color: #DA6E33; }
a { background-color: rgb(218,110,51); }
div.DivClassName
{
background-color: #DA6E33;
}
.BgClassName
{
background-color: #DA6E33;
}
</style>
border-color css
<style>
span { border-color: #DA6E33; }
span { border-color: rgb(218,110,51); }
td.TdClassName
{
border-color: #DA6E33;
}
.TagClassName
{
border-color: #DA6E33;
}
</style>