Shades of Wattle #DDCC30
Tints of Wattle #DDCC30
RGB
CMYK
RGB Variations
Color information
#DDCC30 (or 0xDDCC30) is known color: Wattle. HEX triplet: DD, CC and 30. RGB value is (221,204,48). Sum of RGB (Red+Green+Blue) = 221+204+48=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC30 is #2233CF. Grayscale: #BFBFBF. Windows color (decimal): -2241488 or 3198173. OLE color: 3198173.
HSL color Cylindrical-coordinate representation of color #DDCC30: hue angle of 54.1º 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 #DDCC30 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 48 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.13 |
| HSL | 54.1º | 0.72% | 0.53% | - |
| HSV(B) | 54.1º | 0.78% | 0.87% | - |
| XYZ | 51.95 | 58.77 | 11.4 | - |
| YUV | 191.3 | 47.13 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 48 | 0 | 0.08 | 0.78 | 0.13 | 54.1 | 0.72 | 0.53 |
| Hex | DD | CC | 30 | 0 | 8 | 4E | D | 36 | 48 | 35 |
| Octal | 335 | 314 | 60 | 0 | 10 | 116 | 15 | 66 | 110 | 65 |
| Binary | 11011101 | 11001100 | 110000 | 0 | 1000 | 1001110 | 1101 | 110110 | 1001000 | 110101 |
Color Harmonies of #DDCC30
Complementary color
Monochromatic Colors of #DDCC30
Black with #DDCC30
Text Example
Text Example
White with #DDCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC30; }
p { color: rgb(221,204,48); }
H1.HeaderClassName
{
color: #DDCC30;
}
.AnyTagClassName
{
color: #DDCC30;
}
</style>
background-color css
<style>
a { background-color: #DDCC30; }
a { background-color: rgb(221,204,48); }
div.DivClassName
{
background-color: #DDCC30;
}
.BgClassName
{
background-color: #DDCC30;
}
</style>
border-color css
<style>
span { border-color: #DDCC30; }
span { border-color: rgb(221,204,48); }
td.TdClassName
{
border-color: #DDCC30;
}
.TagClassName
{
border-color: #DDCC30;
}
</style>