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