Shades of Gold Drop #DF642A
Tints of Gold Drop #DF642A
RGB
CMYK
RGB Variations
Color information
#DF642A (or 0xDF642A) is known color: Gold Drop. HEX triplet: DF, 64 and 2A. RGB value is (223,100,42). Sum of RGB (Red+Green+Blue) = 223+100+42=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF642A is #209BD5. Grayscale: #828282. Windows color (decimal): -2137046 or 2778335. OLE color: 2778335.
HSL color Cylindrical-coordinate representation of color #DF642A: hue angle of 19.23º 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 #DF642A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 42 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.13 |
| HSL | 19.23º | 0.74% | 0.52% | - |
| HSV(B) | 19.23º | 0.81% | 0.87% | - |
| XYZ | 35.41 | 24.97 | 5.14 | - |
| YUV | 130.17 | 78.25 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 42 | 0 | 0.55 | 0.81 | 0.13 | 19.23 | 0.74 | 0.52 |
| Hex | DF | 64 | 2A | 0 | 37 | 51 | D | 13 | 4A | 34 |
| Octal | 337 | 144 | 52 | 0 | 67 | 121 | 15 | 23 | 112 | 64 |
| Binary | 11011111 | 1100100 | 101010 | 0 | 110111 | 1010001 | 1101 | 10011 | 1001010 | 110100 |
Color Harmonies of #DF642A
Complementary color
Monochromatic Colors of #DF642A
Black with #DF642A
Text Example
Text Example
White with #DF642A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF642A; }
p { color: rgb(223,100,42); }
H1.HeaderClassName
{
color: #DF642A;
}
.AnyTagClassName
{
color: #DF642A;
}
</style>
background-color css
<style>
a { background-color: #DF642A; }
a { background-color: rgb(223,100,42); }
div.DivClassName
{
background-color: #DF642A;
}
.BgClassName
{
background-color: #DF642A;
}
</style>
border-color css
<style>
span { border-color: #DF642A; }
span { border-color: rgb(223,100,42); }
td.TdClassName
{
border-color: #DF642A;
}
.TagClassName
{
border-color: #DF642A;
}
</style>