Shades of Gold Drop #DA6B2C
Tints of Gold Drop #DA6B2C
RGB
CMYK
RGB Variations
Color information
#DA6B2C (or 0xDA6B2C) is known color: Gold Drop. HEX triplet: DA, 6B and 2C. RGB value is (218,107,44). Sum of RGB (Red+Green+Blue) = 218+107+44=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6B2C is #2594D3. Grayscale: #858585. Windows color (decimal): -2462932 or 2911194. OLE color: 2911194.
HSL color Cylindrical-coordinate representation of color #DA6B2C: hue angle of 21.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA6B2C is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 44 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.15 |
| HSL | 21.72º | 0.7% | 0.51% | - |
| HSV(B) | 21.72º | 0.8% | 0.85% | - |
| XYZ | 34.63 | 25.6 | 5.5 | - |
| YUV | 133.01 | 77.77 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 44 | 0 | 0.51 | 0.80 | 0.15 | 21.72 | 0.7 | 0.51 |
| Hex | DA | 6B | 2C | 0 | 33 | 50 | F | 16 | 46 | 33 |
| Octal | 332 | 153 | 54 | 0 | 63 | 120 | 17 | 26 | 106 | 63 |
| Binary | 11011010 | 1101011 | 101100 | 0 | 110011 | 1010000 | 1111 | 10110 | 1000110 | 110011 |
Color Harmonies of #DA6B2C
Complementary color
Monochromatic Colors of #DA6B2C
Black with #DA6B2C
Text Example
Text Example
White with #DA6B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B2C; }
p { color: rgb(218,107,44); }
H1.HeaderClassName
{
color: #DA6B2C;
}
.AnyTagClassName
{
color: #DA6B2C;
}
</style>
background-color css
<style>
a { background-color: #DA6B2C; }
a { background-color: rgb(218,107,44); }
div.DivClassName
{
background-color: #DA6B2C;
}
.BgClassName
{
background-color: #DA6B2C;
}
</style>
border-color css
<style>
span { border-color: #DA6B2C; }
span { border-color: rgb(218,107,44); }
td.TdClassName
{
border-color: #DA6B2C;
}
.TagClassName
{
border-color: #DA6B2C;
}
</style>