Shades of Gold Drop #DE602B
Tints of Gold Drop #DE602B
RGB
CMYK
RGB Variations
Color information
#DE602B (or 0xDE602B) is known color: Gold Drop. HEX triplet: DE, 60 and 2B. RGB value is (222,96,43). Sum of RGB (Red+Green+Blue) = 222+96+43=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE602B is #219FD4. Grayscale: #7F7F7F. Windows color (decimal): -2203605 or 2842846. OLE color: 2842846.
HSL color Cylindrical-coordinate representation of color #DE602B: hue angle of 17.77º degrees, saturation: 0.73, 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 #DE602B is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 96 | 43 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.13 |
| HSL | 17.77º | 0.73% | 0.52% | - |
| HSV(B) | 17.77º | 0.81% | 0.87% | - |
| XYZ | 34.74 | 24.07 | 5.1 | - |
| YUV | 127.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 43 | 0 | 0.57 | 0.81 | 0.13 | 17.77 | 0.73 | 0.52 |
| Hex | DE | 60 | 2B | 0 | 39 | 51 | D | 12 | 49 | 34 |
| Octal | 336 | 140 | 53 | 0 | 71 | 121 | 15 | 22 | 111 | 64 |
| Binary | 11011110 | 1100000 | 101011 | 0 | 111001 | 1010001 | 1101 | 10010 | 1001001 | 110100 |
Color Harmonies of #DE602B
Complementary color
Monochromatic Colors of #DE602B
Black with #DE602B
Text Example
Text Example
White with #DE602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE602B; }
p { color: rgb(222,96,43); }
H1.HeaderClassName
{
color: #DE602B;
}
.AnyTagClassName
{
color: #DE602B;
}
</style>
background-color css
<style>
a { background-color: #DE602B; }
a { background-color: rgb(222,96,43); }
div.DivClassName
{
background-color: #DE602B;
}
.BgClassName
{
background-color: #DE602B;
}
</style>
border-color css
<style>
span { border-color: #DE602B; }
span { border-color: rgb(222,96,43); }
td.TdClassName
{
border-color: #DE602B;
}
.TagClassName
{
border-color: #DE602B;
}
</style>