Shades of Gold Drop #DA632C
Tints of Gold Drop #DA632C
RGB
CMYK
RGB Variations
Color information
#DA632C (or 0xDA632C) is known color: Gold Drop. HEX triplet: DA, 63 and 2C. RGB value is (218,99,44). Sum of RGB (Red+Green+Blue) = 218+99+44=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA632C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA632C is #259CD3. Grayscale: #808080. Windows color (decimal): -2464980 or 2909146. OLE color: 2909146.
HSL color Cylindrical-coordinate representation of color #DA632C: hue angle of 18.97º 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 #DA632C is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 44 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.15 |
| HSL | 18.97º | 0.7% | 0.51% | - |
| HSV(B) | 18.97º | 0.8% | 0.85% | - |
| XYZ | 33.83 | 24.01 | 5.23 | - |
| YUV | 128.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 44 | 0 | 0.55 | 0.80 | 0.15 | 18.97 | 0.7 | 0.51 |
| Hex | DA | 63 | 2C | 0 | 37 | 50 | F | 13 | 46 | 33 |
| Octal | 332 | 143 | 54 | 0 | 67 | 120 | 17 | 23 | 106 | 63 |
| Binary | 11011010 | 1100011 | 101100 | 0 | 110111 | 1010000 | 1111 | 10011 | 1000110 | 110011 |
Color Harmonies of #DA632C
Complementary color
Monochromatic Colors of #DA632C
Black with #DA632C
Text Example
Text Example
White with #DA632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA632C; }
p { color: rgb(218,99,44); }
H1.HeaderClassName
{
color: #DA632C;
}
.AnyTagClassName
{
color: #DA632C;
}
</style>
background-color css
<style>
a { background-color: #DA632C; }
a { background-color: rgb(218,99,44); }
div.DivClassName
{
background-color: #DA632C;
}
.BgClassName
{
background-color: #DA632C;
}
</style>
border-color css
<style>
span { border-color: #DA632C; }
span { border-color: rgb(218,99,44); }
td.TdClassName
{
border-color: #DA632C;
}
.TagClassName
{
border-color: #DA632C;
}
</style>