Shades of Gold Drop #DF662C
Tints of Gold Drop #DF662C
RGB
CMYK
RGB Variations
Color information
#DF662C (or 0xDF662C) is known color: Gold Drop. HEX triplet: DF, 66 and 2C. RGB value is (223,102,44). Sum of RGB (Red+Green+Blue) = 223+102+44=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF662C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF662C is #2099D3. Grayscale: #838383. Windows color (decimal): -2136532 or 2909919. OLE color: 2909919.
HSL color Cylindrical-coordinate representation of color #DF662C: hue angle of 19.44º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF662C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 44 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.13 |
| HSL | 19.44º | 0.74% | 0.52% | - |
| HSV(B) | 19.44º | 0.8% | 0.87% | - |
| XYZ | 35.64 | 25.37 | 5.4 | - |
| YUV | 131.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 44 | 0 | 0.54 | 0.80 | 0.13 | 19.44 | 0.74 | 0.52 |
| Hex | DF | 66 | 2C | 0 | 36 | 50 | D | 13 | 4A | 34 |
| Octal | 337 | 146 | 54 | 0 | 66 | 120 | 15 | 23 | 112 | 64 |
| Binary | 11011111 | 1100110 | 101100 | 0 | 110110 | 1010000 | 1101 | 10011 | 1001010 | 110100 |
Color Harmonies of #DF662C
Complementary color
Monochromatic Colors of #DF662C
Black with #DF662C
Text Example
Text Example
White with #DF662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF662C; }
p { color: rgb(223,102,44); }
H1.HeaderClassName
{
color: #DF662C;
}
.AnyTagClassName
{
color: #DF662C;
}
</style>
background-color css
<style>
a { background-color: #DF662C; }
a { background-color: rgb(223,102,44); }
div.DivClassName
{
background-color: #DF662C;
}
.BgClassName
{
background-color: #DF662C;
}
</style>
border-color css
<style>
span { border-color: #DF662C; }
span { border-color: rgb(223,102,44); }
td.TdClassName
{
border-color: #DF662C;
}
.TagClassName
{
border-color: #DF662C;
}
</style>