Shades of Wattle #DDC333
Tints of Wattle #DDC333
RGB
CMYK
RGB Variations
Color information
#DDC333 (or 0xDDC333) is known color: Wattle. HEX triplet: DD, C3 and 33. RGB value is (221,195,51). Sum of RGB (Red+Green+Blue) = 221+195+51=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC333 is #223CCC. Grayscale: #BABABA. Windows color (decimal): -2243789 or 3392477. OLE color: 3392477.
HSL color Cylindrical-coordinate representation of color #DDC333: hue angle of 50.82º 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 #DDC333 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 51 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.13 |
| HSL | 50.82º | 0.71% | 0.53% | - |
| HSV(B) | 50.82º | 0.77% | 0.87% | - |
| XYZ | 49.93 | 54.64 | 11.05 | - |
| YUV | 186.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 51 | 0 | 0.12 | 0.77 | 0.13 | 50.82 | 0.71 | 0.53 |
| Hex | DD | C3 | 33 | 0 | C | 4D | D | 33 | 47 | 35 |
| Octal | 335 | 303 | 63 | 0 | 14 | 115 | 15 | 63 | 107 | 65 |
| Binary | 11011101 | 11000011 | 110011 | 0 | 1100 | 1001101 | 1101 | 110011 | 1000111 | 110101 |
Color Harmonies of #DDC333
Complementary color
Monochromatic Colors of #DDC333
Black with #DDC333
Text Example
Text Example
White with #DDC333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC333; }
p { color: rgb(221,195,51); }
H1.HeaderClassName
{
color: #DDC333;
}
.AnyTagClassName
{
color: #DDC333;
}
</style>
background-color css
<style>
a { background-color: #DDC333; }
a { background-color: rgb(221,195,51); }
div.DivClassName
{
background-color: #DDC333;
}
.BgClassName
{
background-color: #DDC333;
}
</style>
border-color css
<style>
span { border-color: #DDC333; }
span { border-color: rgb(221,195,51); }
td.TdClassName
{
border-color: #DDC333;
}
.TagClassName
{
border-color: #DDC333;
}
</style>