Shades of Wattle #DDC433
Tints of Wattle #DDC433
RGB
CMYK
RGB Variations
Color information
#DDC433 (or 0xDDC433) is known color: Wattle. HEX triplet: DD, C4 and 33. RGB value is (221,196,51). Sum of RGB (Red+Green+Blue) = 221+196+51=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC433 is #223BCC. Grayscale: #BBBBBB. Windows color (decimal): -2243533 or 3392733. OLE color: 3392733.
HSL color Cylindrical-coordinate representation of color #DDC433: hue angle of 51.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDC433 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 51 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.13 |
| HSL | 51.18º | 0.71% | 0.53% | - |
| HSV(B) | 51.18º | 0.77% | 0.87% | - |
| XYZ | 50.16 | 55.09 | 11.12 | - |
| YUV | 186.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 51 | 0 | 0.11 | 0.77 | 0.13 | 51.18 | 0.71 | 0.53 |
| Hex | DD | C4 | 33 | 0 | B | 4D | D | 33 | 47 | 35 |
| Octal | 335 | 304 | 63 | 0 | 13 | 115 | 15 | 63 | 107 | 65 |
| Binary | 11011101 | 11000100 | 110011 | 0 | 1011 | 1001101 | 1101 | 110011 | 1000111 | 110101 |
Color Harmonies of #DDC433
Complementary color
Monochromatic Colors of #DDC433
Black with #DDC433
Text Example
Text Example
White with #DDC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC433; }
p { color: rgb(221,196,51); }
H1.HeaderClassName
{
color: #DDC433;
}
.AnyTagClassName
{
color: #DDC433;
}
</style>
background-color css
<style>
a { background-color: #DDC433; }
a { background-color: rgb(221,196,51); }
div.DivClassName
{
background-color: #DDC433;
}
.BgClassName
{
background-color: #DDC433;
}
</style>
border-color css
<style>
span { border-color: #DDC433; }
span { border-color: rgb(221,196,51); }
td.TdClassName
{
border-color: #DDC433;
}
.TagClassName
{
border-color: #DDC433;
}
</style>