Shades of Wattle #DDD02C
Tints of Wattle #DDD02C
RGB
CMYK
RGB Variations
Color information
#DDD02C (or 0xDDD02C) is known color: Wattle. HEX triplet: DD, D0 and 2C. RGB value is (221,208,44). Sum of RGB (Red+Green+Blue) = 221+208+44=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 44 (17.58% from 255 or 9.30% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD02C is #222FD3. Grayscale: #C1C1C1. Windows color (decimal): -2240468 or 2937053. OLE color: 2937053.
HSL color Cylindrical-coordinate representation of color #DDD02C: hue angle of 55.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDD02C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 44 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.13 |
| HSL | 55.59º | 0.72% | 0.52% | - |
| HSV(B) | 55.59º | 0.8% | 0.87% | - |
| XYZ | 52.83 | 60.67 | 11.31 | - |
| YUV | 193.19 | 43.81 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 44 | 0 | 0.06 | 0.80 | 0.13 | 55.59 | 0.72 | 0.52 |
| Hex | DD | D0 | 2C | 0 | 6 | 50 | D | 38 | 48 | 34 |
| Octal | 335 | 320 | 54 | 0 | 6 | 120 | 15 | 70 | 110 | 64 |
| Binary | 11011101 | 11010000 | 101100 | 0 | 110 | 1010000 | 1101 | 111000 | 1001000 | 110100 |
Color Harmonies of #DDD02C
Complementary color
Monochromatic Colors of #DDD02C
Black with #DDD02C
Text Example
Text Example
White with #DDD02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD02C; }
p { color: rgb(221,208,44); }
H1.HeaderClassName
{
color: #DDD02C;
}
.AnyTagClassName
{
color: #DDD02C;
}
</style>
background-color css
<style>
a { background-color: #DDD02C; }
a { background-color: rgb(221,208,44); }
div.DivClassName
{
background-color: #DDD02C;
}
.BgClassName
{
background-color: #DDD02C;
}
</style>
border-color css
<style>
span { border-color: #DDD02C; }
span { border-color: rgb(221,208,44); }
td.TdClassName
{
border-color: #DDD02C;
}
.TagClassName
{
border-color: #DDD02C;
}
</style>