Shades of Gold Drop #DA6726
Tints of Gold Drop #DA6726
RGB
CMYK
RGB Variations
Color information
#DA6726 (or 0xDA6726) is known color: Gold Drop. HEX triplet: DA, 67 and 26. RGB value is (218,103,38). Sum of RGB (Red+Green+Blue) = 218+103+38=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6726 is #2598D9. Grayscale: #828282. Windows color (decimal): -2463962 or 2516954. OLE color: 2516954.
HSL color Cylindrical-coordinate representation of color #DA6726: hue angle of 21.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA6726 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 38 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.15 |
| HSL | 21.67º | 0.71% | 0.5% | - |
| HSV(B) | 21.67º | 0.83% | 0.85% | - |
| XYZ | 34.11 | 24.75 | 4.81 | - |
| YUV | 129.98 | 76.1 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 38 | 0 | 0.53 | 0.83 | 0.15 | 21.67 | 0.71 | 0.5 |
| Hex | DA | 67 | 26 | 0 | 35 | 53 | F | 16 | 47 | 32 |
| Octal | 332 | 147 | 46 | 0 | 65 | 123 | 17 | 26 | 107 | 62 |
| Binary | 11011010 | 1100111 | 100110 | 0 | 110101 | 1010011 | 1111 | 10110 | 1000111 | 110010 |
Color Harmonies of #DA6726
Complementary color
Monochromatic Colors of #DA6726
Black with #DA6726
Text Example
Text Example
White with #DA6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6726; }
p { color: rgb(218,103,38); }
H1.HeaderClassName
{
color: #DA6726;
}
.AnyTagClassName
{
color: #DA6726;
}
</style>
background-color css
<style>
a { background-color: #DA6726; }
a { background-color: rgb(218,103,38); }
div.DivClassName
{
background-color: #DA6726;
}
.BgClassName
{
background-color: #DA6726;
}
</style>
border-color css
<style>
span { border-color: #DA6726; }
span { border-color: rgb(218,103,38); }
td.TdClassName
{
border-color: #DA6726;
}
.TagClassName
{
border-color: #DA6726;
}
</style>