Shades of Wattle #DDCB2D
Tints of Wattle #DDCB2D
RGB
CMYK
RGB Variations
Color information
#DDCB2D (or 0xDDCB2D) is known color: Wattle. HEX triplet: DD, CB and 2D. RGB value is (221,203,45). Sum of RGB (Red+Green+Blue) = 221+203+45=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB2D is #2234D2. Grayscale: #BFBFBF. Windows color (decimal): -2241747 or 3001309. OLE color: 3001309.
HSL color Cylindrical-coordinate representation of color #DDCB2D: hue angle of 53.86º 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 #DDCB2D is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 45 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.13 |
| HSL | 53.86º | 0.72% | 0.52% | - |
| HSV(B) | 53.86º | 0.8% | 0.87% | - |
| XYZ | 51.65 | 58.27 | 11.01 | - |
| YUV | 190.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 45 | 0 | 0.08 | 0.80 | 0.13 | 53.86 | 0.72 | 0.52 |
| Hex | DD | CB | 2D | 0 | 8 | 50 | D | 36 | 48 | 34 |
| Octal | 335 | 313 | 55 | 0 | 10 | 120 | 15 | 66 | 110 | 64 |
| Binary | 11011101 | 11001011 | 101101 | 0 | 1000 | 1010000 | 1101 | 110110 | 1001000 | 110100 |
Color Harmonies of #DDCB2D
Complementary color
Monochromatic Colors of #DDCB2D
Black with #DDCB2D
Text Example
Text Example
White with #DDCB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB2D; }
p { color: rgb(221,203,45); }
H1.HeaderClassName
{
color: #DDCB2D;
}
.AnyTagClassName
{
color: #DDCB2D;
}
</style>
background-color css
<style>
a { background-color: #DDCB2D; }
a { background-color: rgb(221,203,45); }
div.DivClassName
{
background-color: #DDCB2D;
}
.BgClassName
{
background-color: #DDCB2D;
}
</style>
border-color css
<style>
span { border-color: #DDCB2D; }
span { border-color: rgb(221,203,45); }
td.TdClassName
{
border-color: #DDCB2D;
}
.TagClassName
{
border-color: #DDCB2D;
}
</style>