Shades of Gold Drop #DD672A
Tints of Gold Drop #DD672A
RGB
CMYK
RGB Variations
Color information
#DD672A (or 0xDD672A) is known color: Gold Drop. HEX triplet: DD, 67 and 2A. RGB value is (221,103,42). Sum of RGB (Red+Green+Blue) = 221+103+42=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD672A is #2298D5. Grayscale: #838383. Windows color (decimal): -2267350 or 2779101. OLE color: 2779101.
HSL color Cylindrical-coordinate representation of color #DD672A: hue angle of 20.45º 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 #DD672A is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 42 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.13 |
| HSL | 20.45º | 0.72% | 0.52% | - |
| HSV(B) | 20.45º | 0.81% | 0.87% | - |
| XYZ | 35.09 | 25.24 | 5.21 | - |
| YUV | 131.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 42 | 0 | 0.53 | 0.81 | 0.13 | 20.45 | 0.72 | 0.52 |
| Hex | DD | 67 | 2A | 0 | 35 | 51 | D | 14 | 48 | 34 |
| Octal | 335 | 147 | 52 | 0 | 65 | 121 | 15 | 24 | 110 | 64 |
| Binary | 11011101 | 1100111 | 101010 | 0 | 110101 | 1010001 | 1101 | 10100 | 1001000 | 110100 |
Color Harmonies of #DD672A
Complementary color
Monochromatic Colors of #DD672A
Black with #DD672A
Text Example
Text Example
White with #DD672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD672A; }
p { color: rgb(221,103,42); }
H1.HeaderClassName
{
color: #DD672A;
}
.AnyTagClassName
{
color: #DD672A;
}
</style>
background-color css
<style>
a { background-color: #DD672A; }
a { background-color: rgb(221,103,42); }
div.DivClassName
{
background-color: #DD672A;
}
.BgClassName
{
background-color: #DD672A;
}
</style>
border-color css
<style>
span { border-color: #DD672A; }
span { border-color: rgb(221,103,42); }
td.TdClassName
{
border-color: #DD672A;
}
.TagClassName
{
border-color: #DD672A;
}
</style>