Shades of Gold Drop #DF662A
Tints of Gold Drop #DF662A
RGB
CMYK
RGB Variations
Color information
#DF662A (or 0xDF662A) is known color: Gold Drop. HEX triplet: DF, 66 and 2A. RGB value is (223,102,42). Sum of RGB (Red+Green+Blue) = 223+102+42=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF662A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF662A is #2099D5. Grayscale: #838383. Windows color (decimal): -2136534 or 2778847. OLE color: 2778847.
HSL color Cylindrical-coordinate representation of color #DF662A: hue angle of 19.89º 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 #DF662A is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 42 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.13 |
| HSL | 19.89º | 0.74% | 0.52% | - |
| HSV(B) | 19.89º | 0.81% | 0.87% | - |
| XYZ | 35.6 | 25.36 | 5.21 | - |
| YUV | 131.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 42 | 0 | 0.54 | 0.81 | 0.13 | 19.89 | 0.74 | 0.52 |
| Hex | DF | 66 | 2A | 0 | 36 | 51 | D | 14 | 4A | 34 |
| Octal | 337 | 146 | 52 | 0 | 66 | 121 | 15 | 24 | 112 | 64 |
| Binary | 11011111 | 1100110 | 101010 | 0 | 110110 | 1010001 | 1101 | 10100 | 1001010 | 110100 |
Color Harmonies of #DF662A
Complementary color
Monochromatic Colors of #DF662A
Black with #DF662A
Text Example
Text Example
White with #DF662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF662A; }
p { color: rgb(223,102,42); }
H1.HeaderClassName
{
color: #DF662A;
}
.AnyTagClassName
{
color: #DF662A;
}
</style>
background-color css
<style>
a { background-color: #DF662A; }
a { background-color: rgb(223,102,42); }
div.DivClassName
{
background-color: #DF662A;
}
.BgClassName
{
background-color: #DF662A;
}
</style>
border-color css
<style>
span { border-color: #DF662A; }
span { border-color: rgb(223,102,42); }
td.TdClassName
{
border-color: #DF662A;
}
.TagClassName
{
border-color: #DF662A;
}
</style>