Shades of Gold Drop #DD602A
Tints of Gold Drop #DD602A
RGB
CMYK
RGB Variations
Color information
#DD602A (or 0xDD602A) is known color: Gold Drop. HEX triplet: DD, 60 and 2A. RGB value is (221,96,42). Sum of RGB (Red+Green+Blue) = 221+96+42=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD602A is #229FD5. Grayscale: #7F7F7F. Windows color (decimal): -2269142 or 2777309. OLE color: 2777309.
HSL color Cylindrical-coordinate representation of color #DD602A: hue angle of 18.1º degrees, saturation: 0.72, 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 #DD602A is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 42 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.13 |
| HSL | 18.1º | 0.72% | 0.52% | - |
| HSV(B) | 18.1º | 0.81% | 0.87% | - |
| XYZ | 34.42 | 23.91 | 4.99 | - |
| YUV | 127.22 | 79.91 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 42 | 0 | 0.57 | 0.81 | 0.13 | 18.1 | 0.72 | 0.52 |
| Hex | DD | 60 | 2A | 0 | 39 | 51 | D | 12 | 48 | 34 |
| Octal | 335 | 140 | 52 | 0 | 71 | 121 | 15 | 22 | 110 | 64 |
| Binary | 11011101 | 1100000 | 101010 | 0 | 111001 | 1010001 | 1101 | 10010 | 1001000 | 110100 |
Color Harmonies of #DD602A
Complementary color
Monochromatic Colors of #DD602A
Black with #DD602A
Text Example
Text Example
White with #DD602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD602A; }
p { color: rgb(221,96,42); }
H1.HeaderClassName
{
color: #DD602A;
}
.AnyTagClassName
{
color: #DD602A;
}
</style>
background-color css
<style>
a { background-color: #DD602A; }
a { background-color: rgb(221,96,42); }
div.DivClassName
{
background-color: #DD602A;
}
.BgClassName
{
background-color: #DD602A;
}
</style>
border-color css
<style>
span { border-color: #DD602A; }
span { border-color: rgb(221,96,42); }
td.TdClassName
{
border-color: #DD602A;
}
.TagClassName
{
border-color: #DD602A;
}
</style>