Shades of Wattle #DDC133
Tints of Wattle #DDC133
RGB
CMYK
RGB Variations
Color information
#DDC133 (or 0xDDC133) is known color: Wattle. HEX triplet: DD, C1 and 33. RGB value is (221,193,51). Sum of RGB (Red+Green+Blue) = 221+193+51=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC133 is #223ECC. Grayscale: #B9B9B9. Windows color (decimal): -2244301 or 3391965. OLE color: 3391965.
HSL color Cylindrical-coordinate representation of color #DDC133: hue angle of 50.12º 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 #DDC133 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 51 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.13 |
| HSL | 50.12º | 0.71% | 0.53% | - |
| HSV(B) | 50.12º | 0.77% | 0.87% | - |
| XYZ | 49.49 | 53.75 | 10.9 | - |
| YUV | 185.18 | 52.28 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 51 | 0 | 0.13 | 0.77 | 0.13 | 50.12 | 0.71 | 0.53 |
| Hex | DD | C1 | 33 | 0 | D | 4D | D | 32 | 47 | 35 |
| Octal | 335 | 301 | 63 | 0 | 15 | 115 | 15 | 62 | 107 | 65 |
| Binary | 11011101 | 11000001 | 110011 | 0 | 1101 | 1001101 | 1101 | 110010 | 1000111 | 110101 |
Color Harmonies of #DDC133
Complementary color
Monochromatic Colors of #DDC133
Black with #DDC133
Text Example
Text Example
White with #DDC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC133; }
p { color: rgb(221,193,51); }
H1.HeaderClassName
{
color: #DDC133;
}
.AnyTagClassName
{
color: #DDC133;
}
</style>
background-color css
<style>
a { background-color: #DDC133; }
a { background-color: rgb(221,193,51); }
div.DivClassName
{
background-color: #DDC133;
}
.BgClassName
{
background-color: #DDC133;
}
</style>
border-color css
<style>
span { border-color: #DDC133; }
span { border-color: rgb(221,193,51); }
td.TdClassName
{
border-color: #DDC133;
}
.TagClassName
{
border-color: #DDC133;
}
</style>