Shades of Wattle #DDCE31
Tints of Wattle #DDCE31
RGB
CMYK
RGB Variations
Color information
#DDCE31 (or 0xDDCE31) is known color: Wattle. HEX triplet: DD, CE and 31. RGB value is (221,206,49). Sum of RGB (Red+Green+Blue) = 221+206+49=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE31 is #2231CE. Grayscale: #C1C1C1. Windows color (decimal): -2240975 or 3264221. OLE color: 3264221.
HSL color Cylindrical-coordinate representation of color #DDCE31: hue angle of 54.77º 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 #DDCE31 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 49 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.13 |
| HSL | 54.77º | 0.72% | 0.53% | - |
| HSV(B) | 54.77º | 0.78% | 0.87% | - |
| XYZ | 52.44 | 59.74 | 11.67 | - |
| YUV | 192.59 | 46.97 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 49 | 0 | 0.07 | 0.78 | 0.13 | 54.77 | 0.72 | 0.53 |
| Hex | DD | CE | 31 | 0 | 7 | 4E | D | 37 | 48 | 35 |
| Octal | 335 | 316 | 61 | 0 | 7 | 116 | 15 | 67 | 110 | 65 |
| Binary | 11011101 | 11001110 | 110001 | 0 | 111 | 1001110 | 1101 | 110111 | 1001000 | 110101 |
Color Harmonies of #DDCE31
Complementary color
Monochromatic Colors of #DDCE31
Black with #DDCE31
Text Example
Text Example
White with #DDCE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE31; }
p { color: rgb(221,206,49); }
H1.HeaderClassName
{
color: #DDCE31;
}
.AnyTagClassName
{
color: #DDCE31;
}
</style>
background-color css
<style>
a { background-color: #DDCE31; }
a { background-color: rgb(221,206,49); }
div.DivClassName
{
background-color: #DDCE31;
}
.BgClassName
{
background-color: #DDCE31;
}
</style>
border-color css
<style>
span { border-color: #DDCE31; }
span { border-color: rgb(221,206,49); }
td.TdClassName
{
border-color: #DDCE31;
}
.TagClassName
{
border-color: #DDCE31;
}
</style>