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