Shades of Wattle #DDCC31
Tints of Wattle #DDCC31
RGB
CMYK
RGB Variations
Color information
#DDCC31 (or 0xDDCC31) is known color: Wattle. HEX triplet: DD, CC and 31. RGB value is (221,204,49). Sum of RGB (Red+Green+Blue) = 221+204+49=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC31 is #2233CE. Grayscale: #C0C0C0. Windows color (decimal): -2241487 or 3263709. OLE color: 3263709.
HSL color Cylindrical-coordinate representation of color #DDCC31: hue angle of 54.07º 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 #DDCC31 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 49 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.13 |
| HSL | 54.07º | 0.72% | 0.53% | - |
| HSV(B) | 54.07º | 0.78% | 0.87% | - |
| XYZ | 51.97 | 58.78 | 11.51 | - |
| YUV | 191.41 | 47.63 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 49 | 0 | 0.08 | 0.78 | 0.13 | 54.07 | 0.72 | 0.53 |
| Hex | DD | CC | 31 | 0 | 8 | 4E | D | 36 | 48 | 35 |
| Octal | 335 | 314 | 61 | 0 | 10 | 116 | 15 | 66 | 110 | 65 |
| Binary | 11011101 | 11001100 | 110001 | 0 | 1000 | 1001110 | 1101 | 110110 | 1001000 | 110101 |
Color Harmonies of #DDCC31
Complementary color
Monochromatic Colors of #DDCC31
Black with #DDCC31
Text Example
Text Example
White with #DDCC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC31; }
p { color: rgb(221,204,49); }
H1.HeaderClassName
{
color: #DDCC31;
}
.AnyTagClassName
{
color: #DDCC31;
}
</style>
background-color css
<style>
a { background-color: #DDCC31; }
a { background-color: rgb(221,204,49); }
div.DivClassName
{
background-color: #DDCC31;
}
.BgClassName
{
background-color: #DDCC31;
}
</style>
border-color css
<style>
span { border-color: #DDCC31; }
span { border-color: rgb(221,204,49); }
td.TdClassName
{
border-color: #DDCC31;
}
.TagClassName
{
border-color: #DDCC31;
}
</style>