Shades of Gold Drop #DF612A
Tints of Gold Drop #DF612A
RGB
CMYK
RGB Variations
Color information
#DF612A (or 0xDF612A) is known color: Gold Drop. HEX triplet: DF, 61 and 2A. RGB value is (223,97,42). Sum of RGB (Red+Green+Blue) = 223+97+42=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF612A is #209ED5. Grayscale: #808080. Windows color (decimal): -2137814 or 2777567. OLE color: 2777567.
HSL color Cylindrical-coordinate representation of color #DF612A: hue angle of 18.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 #DF612A is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 42 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.13 |
| HSL | 18.23º | 0.74% | 0.52% | - |
| HSV(B) | 18.23º | 0.81% | 0.87% | - |
| XYZ | 35.12 | 24.4 | 5.05 | - |
| YUV | 128.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 42 | 0 | 0.57 | 0.81 | 0.13 | 18.23 | 0.74 | 0.52 |
| Hex | DF | 61 | 2A | 0 | 39 | 51 | D | 12 | 4A | 34 |
| Octal | 337 | 141 | 52 | 0 | 71 | 121 | 15 | 22 | 112 | 64 |
| Binary | 11011111 | 1100001 | 101010 | 0 | 111001 | 1010001 | 1101 | 10010 | 1001010 | 110100 |
Color Harmonies of #DF612A
Complementary color
Monochromatic Colors of #DF612A
Black with #DF612A
Text Example
Text Example
White with #DF612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF612A; }
p { color: rgb(223,97,42); }
H1.HeaderClassName
{
color: #DF612A;
}
.AnyTagClassName
{
color: #DF612A;
}
</style>
background-color css
<style>
a { background-color: #DF612A; }
a { background-color: rgb(223,97,42); }
div.DivClassName
{
background-color: #DF612A;
}
.BgClassName
{
background-color: #DF612A;
}
</style>
border-color css
<style>
span { border-color: #DF612A; }
span { border-color: rgb(223,97,42); }
td.TdClassName
{
border-color: #DF612A;
}
.TagClassName
{
border-color: #DF612A;
}
</style>