Shades of Wattle #DDCC3C
Tints of Wattle #DDCC3C
RGB
CMYK
RGB Variations
Color information
#DDCC3C (or 0xDDCC3C) is known color: Wattle. HEX triplet: DD, CC and 3C. RGB value is (221,204,60). Sum of RGB (Red+Green+Blue) = 221+204+60=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC3C is #2233C3. Grayscale: #C1C1C1. Windows color (decimal): -2241476 or 3984605. OLE color: 3984605.
HSL color Cylindrical-coordinate representation of color #DDCC3C: hue angle of 53.66º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDCC3C is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 60 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.13 |
| HSL | 53.66º | 0.7% | 0.55% | - |
| HSV(B) | 53.66º | 0.73% | 0.87% | - |
| XYZ | 52.23 | 58.88 | 12.89 | - |
| YUV | 192.67 | 53.13 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 60 | 0 | 0.08 | 0.73 | 0.13 | 53.66 | 0.7 | 0.55 |
| Hex | DD | CC | 3C | 0 | 8 | 49 | D | 36 | 46 | 37 |
| Octal | 335 | 314 | 74 | 0 | 10 | 111 | 15 | 66 | 106 | 67 |
| Binary | 11011101 | 11001100 | 111100 | 0 | 1000 | 1001001 | 1101 | 110110 | 1000110 | 110111 |
Color Harmonies of #DDCC3C
Complementary color
Monochromatic Colors of #DDCC3C
Black with #DDCC3C
Text Example
Text Example
White with #DDCC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC3C; }
p { color: rgb(221,204,60); }
H1.HeaderClassName
{
color: #DDCC3C;
}
.AnyTagClassName
{
color: #DDCC3C;
}
</style>
background-color css
<style>
a { background-color: #DDCC3C; }
a { background-color: rgb(221,204,60); }
div.DivClassName
{
background-color: #DDCC3C;
}
.BgClassName
{
background-color: #DDCC3C;
}
</style>
border-color css
<style>
span { border-color: #DDCC3C; }
span { border-color: rgb(221,204,60); }
td.TdClassName
{
border-color: #DDCC3C;
}
.TagClassName
{
border-color: #DDCC3C;
}
</style>