Shades of Wattle #DDC235
Tints of Wattle #DDC235
RGB
CMYK
RGB Variations
Color information
#DDC235 (or 0xDDC235) is known color: Wattle. HEX triplet: DD, C2 and 35. RGB value is (221,194,53). Sum of RGB (Red+Green+Blue) = 221+194+53=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC235 is #223DCA. Grayscale: #BABABA. Windows color (decimal): -2244043 or 3523293. OLE color: 3523293.
HSL color Cylindrical-coordinate representation of color #DDC235: hue angle of 50.36º 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 #DDC235 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 53 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.13 |
| HSL | 50.36º | 0.71% | 0.54% | - |
| HSV(B) | 50.36º | 0.76% | 0.87% | - |
| XYZ | 49.75 | 54.21 | 11.21 | - |
| YUV | 186 | 52.95 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 53 | 0 | 0.12 | 0.76 | 0.13 | 50.36 | 0.71 | 0.54 |
| Hex | DD | C2 | 35 | 0 | C | 4C | D | 32 | 47 | 36 |
| Octal | 335 | 302 | 65 | 0 | 14 | 114 | 15 | 62 | 107 | 66 |
| Binary | 11011101 | 11000010 | 110101 | 0 | 1100 | 1001100 | 1101 | 110010 | 1000111 | 110110 |
Color Harmonies of #DDC235
Complementary color
Monochromatic Colors of #DDC235
Black with #DDC235
Text Example
Text Example
White with #DDC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC235; }
p { color: rgb(221,194,53); }
H1.HeaderClassName
{
color: #DDC235;
}
.AnyTagClassName
{
color: #DDC235;
}
</style>
background-color css
<style>
a { background-color: #DDC235; }
a { background-color: rgb(221,194,53); }
div.DivClassName
{
background-color: #DDC235;
}
.BgClassName
{
background-color: #DDC235;
}
</style>
border-color css
<style>
span { border-color: #DDC235; }
span { border-color: rgb(221,194,53); }
td.TdClassName
{
border-color: #DDC235;
}
.TagClassName
{
border-color: #DDC235;
}
</style>