Shades of Gold Drop #DA612B
Tints of Gold Drop #DA612B
RGB
CMYK
RGB Variations
Color information
#DA612B (or 0xDA612B) is known color: Gold Drop. HEX triplet: DA, 61 and 2B. RGB value is (218,97,43). Sum of RGB (Red+Green+Blue) = 218+97+43=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA612B is #259ED4. Grayscale: #7F7F7F. Windows color (decimal): -2465493 or 2843098. OLE color: 2843098.
HSL color Cylindrical-coordinate representation of color #DA612B: hue angle of 18.51º 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 #DA612B is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 43 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.15 |
| HSL | 18.51º | 0.7% | 0.51% | - |
| HSV(B) | 18.51º | 0.8% | 0.85% | - |
| XYZ | 33.62 | 23.63 | 5.07 | - |
| YUV | 127.02 | 80.59 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 43 | 0 | 0.56 | 0.80 | 0.15 | 18.51 | 0.7 | 0.51 |
| Hex | DA | 61 | 2B | 0 | 38 | 50 | F | 13 | 46 | 33 |
| Octal | 332 | 141 | 53 | 0 | 70 | 120 | 17 | 23 | 106 | 63 |
| Binary | 11011010 | 1100001 | 101011 | 0 | 111000 | 1010000 | 1111 | 10011 | 1000110 | 110011 |
Color Harmonies of #DA612B
Complementary color
Monochromatic Colors of #DA612B
Black with #DA612B
Text Example
Text Example
White with #DA612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA612B; }
p { color: rgb(218,97,43); }
H1.HeaderClassName
{
color: #DA612B;
}
.AnyTagClassName
{
color: #DA612B;
}
</style>
background-color css
<style>
a { background-color: #DA612B; }
a { background-color: rgb(218,97,43); }
div.DivClassName
{
background-color: #DA612B;
}
.BgClassName
{
background-color: #DA612B;
}
</style>
border-color css
<style>
span { border-color: #DA612B; }
span { border-color: rgb(218,97,43); }
td.TdClassName
{
border-color: #DA612B;
}
.TagClassName
{
border-color: #DA612B;
}
</style>