Shades of Wattle #DDC72F
Tints of Wattle #DDC72F
RGB
CMYK
RGB Variations
Color information
#DDC72F (or 0xDDC72F) is known color: Wattle. HEX triplet: DD, C7 and 2F. RGB value is (221,199,47). Sum of RGB (Red+Green+Blue) = 221+199+47=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC72F is #2238D0. Grayscale: #BCBCBC. Windows color (decimal): -2242769 or 3131357. OLE color: 3131357.
HSL color Cylindrical-coordinate representation of color #DDC72F: hue angle of 52.41º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDC72F is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 47 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.13 |
| HSL | 52.41º | 0.72% | 0.53% | - |
| HSV(B) | 52.41º | 0.79% | 0.87% | - |
| XYZ | 50.76 | 56.42 | 10.91 | - |
| YUV | 188.25 | 48.29 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 47 | 0 | 0.10 | 0.79 | 0.13 | 52.41 | 0.72 | 0.53 |
| Hex | DD | C7 | 2F | 0 | A | 4F | D | 34 | 48 | 35 |
| Octal | 335 | 307 | 57 | 0 | 12 | 117 | 15 | 64 | 110 | 65 |
| Binary | 11011101 | 11000111 | 101111 | 0 | 1010 | 1001111 | 1101 | 110100 | 1001000 | 110101 |
Color Harmonies of #DDC72F
Complementary color
Monochromatic Colors of #DDC72F
Black with #DDC72F
Text Example
Text Example
White with #DDC72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC72F; }
p { color: rgb(221,199,47); }
H1.HeaderClassName
{
color: #DDC72F;
}
.AnyTagClassName
{
color: #DDC72F;
}
</style>
background-color css
<style>
a { background-color: #DDC72F; }
a { background-color: rgb(221,199,47); }
div.DivClassName
{
background-color: #DDC72F;
}
.BgClassName
{
background-color: #DDC72F;
}
</style>
border-color css
<style>
span { border-color: #DDC72F; }
span { border-color: rgb(221,199,47); }
td.TdClassName
{
border-color: #DDC72F;
}
.TagClassName
{
border-color: #DDC72F;
}
</style>