Shades of Wattle #DDC933
Tints of Wattle #DDC933
RGB
CMYK
RGB Variations
Color information
#DDC933 (or 0xDDC933) is known color: Wattle. HEX triplet: DD, C9 and 33. RGB value is (221,201,51). Sum of RGB (Red+Green+Blue) = 221+201+51=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 51 (20.31% from 255 or 10.78% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC933 is #2236CC. Grayscale: #BEBEBE. Windows color (decimal): -2242253 or 3394013. OLE color: 3394013.
HSL color Cylindrical-coordinate representation of color #DDC933: hue angle of 52.94º 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 #DDC933 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 51 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.13 |
| HSL | 52.94º | 0.71% | 0.53% | - |
| HSV(B) | 52.94º | 0.77% | 0.87% | - |
| XYZ | 51.3 | 57.38 | 11.5 | - |
| YUV | 189.88 | 49.63 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 51 | 0 | 0.09 | 0.77 | 0.13 | 52.94 | 0.71 | 0.53 |
| Hex | DD | C9 | 33 | 0 | 9 | 4D | D | 35 | 47 | 35 |
| Octal | 335 | 311 | 63 | 0 | 11 | 115 | 15 | 65 | 107 | 65 |
| Binary | 11011101 | 11001001 | 110011 | 0 | 1001 | 1001101 | 1101 | 110101 | 1000111 | 110101 |
Color Harmonies of #DDC933
Complementary color
Monochromatic Colors of #DDC933
Black with #DDC933
Text Example
Text Example
White with #DDC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC933; }
p { color: rgb(221,201,51); }
H1.HeaderClassName
{
color: #DDC933;
}
.AnyTagClassName
{
color: #DDC933;
}
</style>
background-color css
<style>
a { background-color: #DDC933; }
a { background-color: rgb(221,201,51); }
div.DivClassName
{
background-color: #DDC933;
}
.BgClassName
{
background-color: #DDC933;
}
</style>
border-color css
<style>
span { border-color: #DDC933; }
span { border-color: rgb(221,201,51); }
td.TdClassName
{
border-color: #DDC933;
}
.TagClassName
{
border-color: #DDC933;
}
</style>