Shades of Gold Drop #DE672D
Tints of Gold Drop #DE672D
RGB
CMYK
RGB Variations
Color information
#DE672D (or 0xDE672D) is known color: Gold Drop. HEX triplet: DE, 67 and 2D. RGB value is (222,103,45). Sum of RGB (Red+Green+Blue) = 222+103+45=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE672D is #2198D2. Grayscale: #848484. Windows color (decimal): -2201811 or 2975710. OLE color: 2975710.
HSL color Cylindrical-coordinate representation of color #DE672D: hue angle of 19.66º degrees, saturation: 0.73, 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 #DE672D is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 45 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.13 |
| HSL | 19.66º | 0.73% | 0.52% | - |
| HSV(B) | 19.66º | 0.8% | 0.87% | - |
| XYZ | 35.45 | 25.42 | 5.52 | - |
| YUV | 131.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 45 | 0 | 0.54 | 0.80 | 0.13 | 19.66 | 0.73 | 0.52 |
| Hex | DE | 67 | 2D | 0 | 36 | 50 | D | 14 | 49 | 34 |
| Octal | 336 | 147 | 55 | 0 | 66 | 120 | 15 | 24 | 111 | 64 |
| Binary | 11011110 | 1100111 | 101101 | 0 | 110110 | 1010000 | 1101 | 10100 | 1001001 | 110100 |
Color Harmonies of #DE672D
Complementary color
Monochromatic Colors of #DE672D
Black with #DE672D
Text Example
Text Example
White with #DE672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE672D; }
p { color: rgb(222,103,45); }
H1.HeaderClassName
{
color: #DE672D;
}
.AnyTagClassName
{
color: #DE672D;
}
</style>
background-color css
<style>
a { background-color: #DE672D; }
a { background-color: rgb(222,103,45); }
div.DivClassName
{
background-color: #DE672D;
}
.BgClassName
{
background-color: #DE672D;
}
</style>
border-color css
<style>
span { border-color: #DE672D; }
span { border-color: rgb(222,103,45); }
td.TdClassName
{
border-color: #DE672D;
}
.TagClassName
{
border-color: #DE672D;
}
</style>