Shades of Gold Drop #DF652A
Tints of Gold Drop #DF652A
RGB
CMYK
RGB Variations
Color information
#DF652A (or 0xDF652A) is known color: Gold Drop. HEX triplet: DF, 65 and 2A. RGB value is (223,101,42). Sum of RGB (Red+Green+Blue) = 223+101+42=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF652A is #209AD5. Grayscale: #838383. Windows color (decimal): -2136790 or 2778591. OLE color: 2778591.
HSL color Cylindrical-coordinate representation of color #DF652A: hue angle of 19.56º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF652A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 42 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.13 |
| HSL | 19.56º | 0.74% | 0.52% | - |
| HSV(B) | 19.56º | 0.81% | 0.87% | - |
| XYZ | 35.5 | 25.16 | 5.18 | - |
| YUV | 130.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 42 | 0 | 0.55 | 0.81 | 0.13 | 19.56 | 0.74 | 0.52 |
| Hex | DF | 65 | 2A | 0 | 37 | 51 | D | 14 | 4A | 34 |
| Octal | 337 | 145 | 52 | 0 | 67 | 121 | 15 | 24 | 112 | 64 |
| Binary | 11011111 | 1100101 | 101010 | 0 | 110111 | 1010001 | 1101 | 10100 | 1001010 | 110100 |
Color Harmonies of #DF652A
Complementary color
Monochromatic Colors of #DF652A
Black with #DF652A
Text Example
Text Example
White with #DF652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF652A; }
p { color: rgb(223,101,42); }
H1.HeaderClassName
{
color: #DF652A;
}
.AnyTagClassName
{
color: #DF652A;
}
</style>
background-color css
<style>
a { background-color: #DF652A; }
a { background-color: rgb(223,101,42); }
div.DivClassName
{
background-color: #DF652A;
}
.BgClassName
{
background-color: #DF652A;
}
</style>
border-color css
<style>
span { border-color: #DF652A; }
span { border-color: rgb(223,101,42); }
td.TdClassName
{
border-color: #DF652A;
}
.TagClassName
{
border-color: #DF652A;
}
</style>