Shades of Gold Drop #DA6B2E
Tints of Gold Drop #DA6B2E
RGB
CMYK
RGB Variations
Color information
#DA6B2E (or 0xDA6B2E) is known color: Gold Drop. HEX triplet: DA, 6B and 2E. RGB value is (218,107,46). Sum of RGB (Red+Green+Blue) = 218+107+46=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6B2E is #2594D1. Grayscale: #858585. Windows color (decimal): -2462930 or 3042266. OLE color: 3042266.
HSL color Cylindrical-coordinate representation of color #DA6B2E: hue angle of 21.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA6B2E is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 46 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.15 |
| HSL | 21.28º | 0.7% | 0.52% | - |
| HSV(B) | 21.28º | 0.79% | 0.85% | - |
| XYZ | 34.66 | 25.62 | 5.7 | - |
| YUV | 133.24 | 78.77 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 46 | 0 | 0.51 | 0.79 | 0.15 | 21.28 | 0.7 | 0.52 |
| Hex | DA | 6B | 2E | 0 | 33 | 4F | F | 15 | 46 | 34 |
| Octal | 332 | 153 | 56 | 0 | 63 | 117 | 17 | 25 | 106 | 64 |
| Binary | 11011010 | 1101011 | 101110 | 0 | 110011 | 1001111 | 1111 | 10101 | 1000110 | 110100 |
Color Harmonies of #DA6B2E
Complementary color
Monochromatic Colors of #DA6B2E
Black with #DA6B2E
Text Example
Text Example
White with #DA6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B2E; }
p { color: rgb(218,107,46); }
H1.HeaderClassName
{
color: #DA6B2E;
}
.AnyTagClassName
{
color: #DA6B2E;
}
</style>
background-color css
<style>
a { background-color: #DA6B2E; }
a { background-color: rgb(218,107,46); }
div.DivClassName
{
background-color: #DA6B2E;
}
.BgClassName
{
background-color: #DA6B2E;
}
</style>
border-color css
<style>
span { border-color: #DA6B2E; }
span { border-color: rgb(218,107,46); }
td.TdClassName
{
border-color: #DA6B2E;
}
.TagClassName
{
border-color: #DA6B2E;
}
</style>