Shades of Gold Drop #DF652B
Tints of Gold Drop #DF652B
RGB
CMYK
RGB Variations
Color information
#DF652B (or 0xDF652B) is known color: Gold Drop. HEX triplet: DF, 65 and 2B. RGB value is (223,101,43). Sum of RGB (Red+Green+Blue) = 223+101+43=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF652B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF652B is #209AD4. Grayscale: #838383. Windows color (decimal): -2136789 or 2844127. OLE color: 2844127.
HSL color Cylindrical-coordinate representation of color #DF652B: hue angle of 19.33º 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 #DF652B is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 43 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.13 |
| HSL | 19.33º | 0.74% | 0.52% | - |
| HSV(B) | 19.33º | 0.81% | 0.87% | - |
| XYZ | 35.52 | 25.17 | 5.27 | - |
| YUV | 130.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 43 | 0 | 0.55 | 0.81 | 0.13 | 19.33 | 0.74 | 0.52 |
| Hex | DF | 65 | 2B | 0 | 37 | 51 | D | 13 | 4A | 34 |
| Octal | 337 | 145 | 53 | 0 | 67 | 121 | 15 | 23 | 112 | 64 |
| Binary | 11011111 | 1100101 | 101011 | 0 | 110111 | 1010001 | 1101 | 10011 | 1001010 | 110100 |
Color Harmonies of #DF652B
Complementary color
Monochromatic Colors of #DF652B
Black with #DF652B
Text Example
Text Example
White with #DF652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF652B; }
p { color: rgb(223,101,43); }
H1.HeaderClassName
{
color: #DF652B;
}
.AnyTagClassName
{
color: #DF652B;
}
</style>
background-color css
<style>
a { background-color: #DF652B; }
a { background-color: rgb(223,101,43); }
div.DivClassName
{
background-color: #DF652B;
}
.BgClassName
{
background-color: #DF652B;
}
</style>
border-color css
<style>
span { border-color: #DF652B; }
span { border-color: rgb(223,101,43); }
td.TdClassName
{
border-color: #DF652B;
}
.TagClassName
{
border-color: #DF652B;
}
</style>