Shades of Wattle #DDCB37
Tints of Wattle #DDCB37
RGB
CMYK
RGB Variations
Color information
#DDCB37 (or 0xDDCB37) is known color: Wattle. HEX triplet: DD, CB and 37. RGB value is (221,203,55). Sum of RGB (Red+Green+Blue) = 221+203+55=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB37 is #2234C8. Grayscale: #C0C0C0. Windows color (decimal): -2241737 or 3656669. OLE color: 3656669.
HSL color Cylindrical-coordinate representation of color #DDCB37: hue angle of 53.49º 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 #DDCB37 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 55 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.13 |
| HSL | 53.49º | 0.71% | 0.54% | - |
| HSV(B) | 53.49º | 0.75% | 0.87% | - |
| XYZ | 51.86 | 58.36 | 12.15 | - |
| YUV | 191.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 55 | 0 | 0.08 | 0.75 | 0.13 | 53.49 | 0.71 | 0.54 |
| Hex | DD | CB | 37 | 0 | 8 | 4B | D | 35 | 47 | 36 |
| Octal | 335 | 313 | 67 | 0 | 10 | 113 | 15 | 65 | 107 | 66 |
| Binary | 11011101 | 11001011 | 110111 | 0 | 1000 | 1001011 | 1101 | 110101 | 1000111 | 110110 |
Color Harmonies of #DDCB37
Complementary color
Monochromatic Colors of #DDCB37
Black with #DDCB37
Text Example
Text Example
White with #DDCB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB37; }
p { color: rgb(221,203,55); }
H1.HeaderClassName
{
color: #DDCB37;
}
.AnyTagClassName
{
color: #DDCB37;
}
</style>
background-color css
<style>
a { background-color: #DDCB37; }
a { background-color: rgb(221,203,55); }
div.DivClassName
{
background-color: #DDCB37;
}
.BgClassName
{
background-color: #DDCB37;
}
</style>
border-color css
<style>
span { border-color: #DDCB37; }
span { border-color: rgb(221,203,55); }
td.TdClassName
{
border-color: #DDCB37;
}
.TagClassName
{
border-color: #DDCB37;
}
</style>