Shades of Wattle #DDD236
Tints of Wattle #DDD236
RGB
CMYK
RGB Variations
Color information
#DDD236 (or 0xDDD236) is known color: Wattle. HEX triplet: DD, D2 and 36. RGB value is (221,210,54). Sum of RGB (Red+Green+Blue) = 221+210+54=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD236 is #222DC9. Grayscale: #C4C4C4. Windows color (decimal): -2239946 or 3592925. OLE color: 3592925.
HSL color Cylindrical-coordinate representation of color #DDD236: hue angle of 56.05º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDD236 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 54 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.13 |
| HSL | 56.05º | 0.71% | 0.54% | - |
| HSV(B) | 56.05º | 0.76% | 0.87% | - |
| XYZ | 53.53 | 61.73 | 12.58 | - |
| YUV | 195.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 54 | 0 | 0.05 | 0.76 | 0.13 | 56.05 | 0.71 | 0.54 |
| Hex | DD | D2 | 36 | 0 | 5 | 4C | D | 38 | 47 | 36 |
| Octal | 335 | 322 | 66 | 0 | 5 | 114 | 15 | 70 | 107 | 66 |
| Binary | 11011101 | 11010010 | 110110 | 0 | 101 | 1001100 | 1101 | 111000 | 1000111 | 110110 |
Color Harmonies of #DDD236
Complementary color
Monochromatic Colors of #DDD236
Black with #DDD236
Text Example
Text Example
White with #DDD236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD236; }
p { color: rgb(221,210,54); }
H1.HeaderClassName
{
color: #DDD236;
}
.AnyTagClassName
{
color: #DDD236;
}
</style>
background-color css
<style>
a { background-color: #DDD236; }
a { background-color: rgb(221,210,54); }
div.DivClassName
{
background-color: #DDD236;
}
.BgClassName
{
background-color: #DDD236;
}
</style>
border-color css
<style>
span { border-color: #DDD236; }
span { border-color: rgb(221,210,54); }
td.TdClassName
{
border-color: #DDD236;
}
.TagClassName
{
border-color: #DDD236;
}
</style>