Shades of Wattle #DDC62F
Tints of Wattle #DDC62F
RGB
CMYK
RGB Variations
Color information
#DDC62F (or 0xDDC62F) is known color: Wattle. HEX triplet: DD, C6 and 2F. RGB value is (221,198,47). Sum of RGB (Red+Green+Blue) = 221+198+47=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC62F is #2239D0. Grayscale: #BCBCBC. Windows color (decimal): -2243025 or 3131101. OLE color: 3131101.
HSL color Cylindrical-coordinate representation of color #DDC62F: hue angle of 52.07º 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 #DDC62F is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 47 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.13 |
| HSL | 52.07º | 0.72% | 0.53% | - |
| HSV(B) | 52.07º | 0.79% | 0.87% | - |
| XYZ | 50.53 | 55.97 | 10.83 | - |
| YUV | 187.66 | 48.62 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 47 | 0 | 0.10 | 0.79 | 0.13 | 52.07 | 0.72 | 0.53 |
| Hex | DD | C6 | 2F | 0 | A | 4F | D | 34 | 48 | 35 |
| Octal | 335 | 306 | 57 | 0 | 12 | 117 | 15 | 64 | 110 | 65 |
| Binary | 11011101 | 11000110 | 101111 | 0 | 1010 | 1001111 | 1101 | 110100 | 1001000 | 110101 |
Color Harmonies of #DDC62F
Complementary color
Monochromatic Colors of #DDC62F
Black with #DDC62F
Text Example
Text Example
White with #DDC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC62F; }
p { color: rgb(221,198,47); }
H1.HeaderClassName
{
color: #DDC62F;
}
.AnyTagClassName
{
color: #DDC62F;
}
</style>
background-color css
<style>
a { background-color: #DDC62F; }
a { background-color: rgb(221,198,47); }
div.DivClassName
{
background-color: #DDC62F;
}
.BgClassName
{
background-color: #DDC62F;
}
</style>
border-color css
<style>
span { border-color: #DDC62F; }
span { border-color: rgb(221,198,47); }
td.TdClassName
{
border-color: #DDC62F;
}
.TagClassName
{
border-color: #DDC62F;
}
</style>