Shades of Gold Drop #DA652A
Tints of Gold Drop #DA652A
RGB
CMYK
RGB Variations
Color information
#DA652A (or 0xDA652A) is known color: Gold Drop. HEX triplet: DA, 65 and 2A. RGB value is (218,101,42). Sum of RGB (Red+Green+Blue) = 218+101+42=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA652A is #259AD5. Grayscale: #818181. Windows color (decimal): -2464470 or 2778586. OLE color: 2778586.
HSL color Cylindrical-coordinate representation of color #DA652A: hue angle of 20.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA652A is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 42 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.15 |
| HSL | 20.11º | 0.7% | 0.51% | - |
| HSV(B) | 20.11º | 0.81% | 0.85% | - |
| XYZ | 33.99 | 24.38 | 5.11 | - |
| YUV | 129.26 | 78.76 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 42 | 0 | 0.54 | 0.81 | 0.15 | 20.11 | 0.7 | 0.51 |
| Hex | DA | 65 | 2A | 0 | 36 | 51 | F | 14 | 46 | 33 |
| Octal | 332 | 145 | 52 | 0 | 66 | 121 | 17 | 24 | 106 | 63 |
| Binary | 11011010 | 1100101 | 101010 | 0 | 110110 | 1010001 | 1111 | 10100 | 1000110 | 110011 |
Color Harmonies of #DA652A
Complementary color
Monochromatic Colors of #DA652A
Black with #DA652A
Text Example
Text Example
White with #DA652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA652A; }
p { color: rgb(218,101,42); }
H1.HeaderClassName
{
color: #DA652A;
}
.AnyTagClassName
{
color: #DA652A;
}
</style>
background-color css
<style>
a { background-color: #DA652A; }
a { background-color: rgb(218,101,42); }
div.DivClassName
{
background-color: #DA652A;
}
.BgClassName
{
background-color: #DA652A;
}
</style>
border-color css
<style>
span { border-color: #DA652A; }
span { border-color: rgb(218,101,42); }
td.TdClassName
{
border-color: #DA652A;
}
.TagClassName
{
border-color: #DA652A;
}
</style>