Shades of Gold Drop #DD642A
Tints of Gold Drop #DD642A
RGB
CMYK
RGB Variations
Color information
#DD642A (or 0xDD642A) is known color: Gold Drop. HEX triplet: DD, 64 and 2A. RGB value is (221,100,42). Sum of RGB (Red+Green+Blue) = 221+100+42=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD642A is #229BD5. Grayscale: #818181. Windows color (decimal): -2268118 or 2778333. OLE color: 2778333.
HSL color Cylindrical-coordinate representation of color #DD642A: hue angle of 19.44º 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 #DD642A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 42 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.13 |
| HSL | 19.44º | 0.72% | 0.52% | - |
| HSV(B) | 19.44º | 0.81% | 0.87% | - |
| XYZ | 34.79 | 24.65 | 5.12 | - |
| YUV | 129.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 42 | 0 | 0.55 | 0.81 | 0.13 | 19.44 | 0.72 | 0.52 |
| Hex | DD | 64 | 2A | 0 | 37 | 51 | D | 13 | 48 | 34 |
| Octal | 335 | 144 | 52 | 0 | 67 | 121 | 15 | 23 | 110 | 64 |
| Binary | 11011101 | 1100100 | 101010 | 0 | 110111 | 1010001 | 1101 | 10011 | 1001000 | 110100 |
Color Harmonies of #DD642A
Complementary color
Monochromatic Colors of #DD642A
Black with #DD642A
Text Example
Text Example
White with #DD642A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD642A; }
p { color: rgb(221,100,42); }
H1.HeaderClassName
{
color: #DD642A;
}
.AnyTagClassName
{
color: #DD642A;
}
</style>
background-color css
<style>
a { background-color: #DD642A; }
a { background-color: rgb(221,100,42); }
div.DivClassName
{
background-color: #DD642A;
}
.BgClassName
{
background-color: #DD642A;
}
</style>
border-color css
<style>
span { border-color: #DD642A; }
span { border-color: rgb(221,100,42); }
td.TdClassName
{
border-color: #DD642A;
}
.TagClassName
{
border-color: #DD642A;
}
</style>