Shades of Wattle #DCCE31
Tints of Wattle #DCCE31
RGB
CMYK
RGB Variations
Color information
#DCCE31 (or 0xDCCE31) is known color: Wattle. HEX triplet: DC, CE and 31. RGB value is (220,206,49). Sum of RGB (Red+Green+Blue) = 220+206+49=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE31 is #2331CE. Grayscale: #C0C0C0. Windows color (decimal): -2306511 or 3264220. OLE color: 3264220.
HSL color Cylindrical-coordinate representation of color #DCCE31: hue angle of 55.09º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCCE31 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 49 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.14 |
| HSL | 55.09º | 0.71% | 0.53% | - |
| HSV(B) | 55.09º | 0.78% | 0.86% | - |
| XYZ | 52.14 | 59.58 | 11.66 | - |
| YUV | 192.29 | 47.14 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 49 | 0 | 0.06 | 0.78 | 0.14 | 55.09 | 0.71 | 0.53 |
| Hex | DC | CE | 31 | 0 | 6 | 4E | E | 37 | 47 | 35 |
| Octal | 334 | 316 | 61 | 0 | 6 | 116 | 16 | 67 | 107 | 65 |
| Binary | 11011100 | 11001110 | 110001 | 0 | 110 | 1001110 | 1110 | 110111 | 1000111 | 110101 |
Color Harmonies of #DCCE31
Complementary color
Monochromatic Colors of #DCCE31
Black with #DCCE31
Text Example
Text Example
White with #DCCE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE31; }
p { color: rgb(220,206,49); }
H1.HeaderClassName
{
color: #DCCE31;
}
.AnyTagClassName
{
color: #DCCE31;
}
</style>
background-color css
<style>
a { background-color: #DCCE31; }
a { background-color: rgb(220,206,49); }
div.DivClassName
{
background-color: #DCCE31;
}
.BgClassName
{
background-color: #DCCE31;
}
</style>
border-color css
<style>
span { border-color: #DCCE31; }
span { border-color: rgb(220,206,49); }
td.TdClassName
{
border-color: #DCCE31;
}
.TagClassName
{
border-color: #DCCE31;
}
</style>