Shades of Gold Drop #DD632A
Tints of Gold Drop #DD632A
RGB
CMYK
RGB Variations
Color information
#DD632A (or 0xDD632A) is known color: Gold Drop. HEX triplet: DD, 63 and 2A. RGB value is (221,99,42). Sum of RGB (Red+Green+Blue) = 221+99+42=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD632A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD632A is #229CD5. Grayscale: #818181. Windows color (decimal): -2268374 or 2778077. OLE color: 2778077.
HSL color Cylindrical-coordinate representation of color #DD632A: hue angle of 19.11º 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 #DD632A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 42 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.13 |
| HSL | 19.11º | 0.72% | 0.52% | - |
| HSV(B) | 19.11º | 0.81% | 0.87% | - |
| XYZ | 34.7 | 24.46 | 5.08 | - |
| YUV | 128.98 | 78.92 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 42 | 0 | 0.55 | 0.81 | 0.13 | 19.11 | 0.72 | 0.52 |
| Hex | DD | 63 | 2A | 0 | 37 | 51 | D | 13 | 48 | 34 |
| Octal | 335 | 143 | 52 | 0 | 67 | 121 | 15 | 23 | 110 | 64 |
| Binary | 11011101 | 1100011 | 101010 | 0 | 110111 | 1010001 | 1101 | 10011 | 1001000 | 110100 |
Color Harmonies of #DD632A
Complementary color
Monochromatic Colors of #DD632A
Black with #DD632A
Text Example
Text Example
White with #DD632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD632A; }
p { color: rgb(221,99,42); }
H1.HeaderClassName
{
color: #DD632A;
}
.AnyTagClassName
{
color: #DD632A;
}
</style>
background-color css
<style>
a { background-color: #DD632A; }
a { background-color: rgb(221,99,42); }
div.DivClassName
{
background-color: #DD632A;
}
.BgClassName
{
background-color: #DD632A;
}
</style>
border-color css
<style>
span { border-color: #DD632A; }
span { border-color: rgb(221,99,42); }
td.TdClassName
{
border-color: #DD632A;
}
.TagClassName
{
border-color: #DD632A;
}
</style>