Shades of Wattle #DDD237
Tints of Wattle #DDD237
RGB
CMYK
RGB Variations
Color information
#DDD237 (or 0xDDD237) is known color: Wattle. HEX triplet: DD, D2 and 37. RGB value is (221,210,55). Sum of RGB (Red+Green+Blue) = 221+210+55=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD237 is #222DC8. Grayscale: #C4C4C4. Windows color (decimal): -2239945 or 3658461. OLE color: 3658461.
HSL color Cylindrical-coordinate representation of color #DDD237: hue angle of 56.02º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDD237 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 55 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.13 |
| HSL | 56.02º | 0.71% | 0.54% | - |
| HSV(B) | 56.02º | 0.75% | 0.87% | - |
| XYZ | 53.55 | 61.74 | 12.71 | - |
| YUV | 195.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 55 | 0 | 0.05 | 0.75 | 0.13 | 56.02 | 0.71 | 0.54 |
| Hex | DD | D2 | 37 | 0 | 5 | 4B | D | 38 | 47 | 36 |
| Octal | 335 | 322 | 67 | 0 | 5 | 113 | 15 | 70 | 107 | 66 |
| Binary | 11011101 | 11010010 | 110111 | 0 | 101 | 1001011 | 1101 | 111000 | 1000111 | 110110 |
Color Harmonies of #DDD237
Complementary color
Monochromatic Colors of #DDD237
Black with #DDD237
Text Example
Text Example
White with #DDD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD237; }
p { color: rgb(221,210,55); }
H1.HeaderClassName
{
color: #DDD237;
}
.AnyTagClassName
{
color: #DDD237;
}
</style>
background-color css
<style>
a { background-color: #DDD237; }
a { background-color: rgb(221,210,55); }
div.DivClassName
{
background-color: #DDD237;
}
.BgClassName
{
background-color: #DDD237;
}
</style>
border-color css
<style>
span { border-color: #DDD237; }
span { border-color: rgb(221,210,55); }
td.TdClassName
{
border-color: #DDD237;
}
.TagClassName
{
border-color: #DDD237;
}
</style>