Shades of Wattle #DDC935
Tints of Wattle #DDC935
RGB
CMYK
RGB Variations
Color information
#DDC935 (or 0xDDC935) is known color: Wattle. HEX triplet: DD, C9 and 35. RGB value is (221,201,53). Sum of RGB (Red+Green+Blue) = 221+201+53=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC935 is #2236CA. Grayscale: #BEBEBE. Windows color (decimal): -2242251 or 3525085. OLE color: 3525085.
HSL color Cylindrical-coordinate representation of color #DDC935: hue angle of 52.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDC935 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 53 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.13 |
| HSL | 52.86º | 0.71% | 0.54% | - |
| HSV(B) | 52.86º | 0.76% | 0.87% | - |
| XYZ | 51.35 | 57.4 | 11.74 | - |
| YUV | 190.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 53 | 0 | 0.09 | 0.76 | 0.13 | 52.86 | 0.71 | 0.54 |
| Hex | DD | C9 | 35 | 0 | 9 | 4C | D | 35 | 47 | 36 |
| Octal | 335 | 311 | 65 | 0 | 11 | 114 | 15 | 65 | 107 | 66 |
| Binary | 11011101 | 11001001 | 110101 | 0 | 1001 | 1001100 | 1101 | 110101 | 1000111 | 110110 |
Color Harmonies of #DDC935
Complementary color
Monochromatic Colors of #DDC935
Black with #DDC935
Text Example
Text Example
White with #DDC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC935; }
p { color: rgb(221,201,53); }
H1.HeaderClassName
{
color: #DDC935;
}
.AnyTagClassName
{
color: #DDC935;
}
</style>
background-color css
<style>
a { background-color: #DDC935; }
a { background-color: rgb(221,201,53); }
div.DivClassName
{
background-color: #DDC935;
}
.BgClassName
{
background-color: #DDC935;
}
</style>
border-color css
<style>
span { border-color: #DDC935; }
span { border-color: rgb(221,201,53); }
td.TdClassName
{
border-color: #DDC935;
}
.TagClassName
{
border-color: #DDC935;
}
</style>