Shades of Wattle #DDC330
Tints of Wattle #DDC330
RGB
CMYK
RGB Variations
Color information
#DDC330 (or 0xDDC330) is known color: Wattle. HEX triplet: DD, C3 and 30. RGB value is (221,195,48). Sum of RGB (Red+Green+Blue) = 221+195+48=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC330 is #223CCF. Grayscale: #BABABA. Windows color (decimal): -2243792 or 3195869. OLE color: 3195869.
HSL color Cylindrical-coordinate representation of color #DDC330: hue angle of 50.98º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDC330 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 48 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.13 |
| HSL | 50.98º | 0.72% | 0.53% | - |
| HSV(B) | 50.98º | 0.78% | 0.87% | - |
| XYZ | 49.87 | 54.62 | 10.71 | - |
| YUV | 186.02 | 50.11 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 48 | 0 | 0.12 | 0.78 | 0.13 | 50.98 | 0.72 | 0.53 |
| Hex | DD | C3 | 30 | 0 | C | 4E | D | 33 | 48 | 35 |
| Octal | 335 | 303 | 60 | 0 | 14 | 116 | 15 | 63 | 110 | 65 |
| Binary | 11011101 | 11000011 | 110000 | 0 | 1100 | 1001110 | 1101 | 110011 | 1001000 | 110101 |
Color Harmonies of #DDC330
Complementary color
Monochromatic Colors of #DDC330
Black with #DDC330
Text Example
Text Example
White with #DDC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC330; }
p { color: rgb(221,195,48); }
H1.HeaderClassName
{
color: #DDC330;
}
.AnyTagClassName
{
color: #DDC330;
}
</style>
background-color css
<style>
a { background-color: #DDC330; }
a { background-color: rgb(221,195,48); }
div.DivClassName
{
background-color: #DDC330;
}
.BgClassName
{
background-color: #DDC330;
}
</style>
border-color css
<style>
span { border-color: #DDC330; }
span { border-color: rgb(221,195,48); }
td.TdClassName
{
border-color: #DDC330;
}
.TagClassName
{
border-color: #DDC330;
}
</style>