Shades of Wattle #DCCE32
Tints of Wattle #DCCE32
RGB
CMYK
RGB Variations
Color information
#DCCE32 (or 0xDCCE32) is known color: Wattle. HEX triplet: DC, CE and 32. RGB value is (220,206,50). Sum of RGB (Red+Green+Blue) = 220+206+50=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE32 is #2331CD. Grayscale: #C1C1C1. Windows color (decimal): -2306510 or 3329756. OLE color: 3329756.
HSL color Cylindrical-coordinate representation of color #DCCE32: hue angle of 55.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCCE32 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 50 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.14 |
| HSL | 55.06º | 0.71% | 0.53% | - |
| HSV(B) | 55.06º | 0.77% | 0.86% | - |
| XYZ | 52.16 | 59.59 | 11.77 | - |
| YUV | 192.4 | 47.64 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 50 | 0 | 0.06 | 0.77 | 0.14 | 55.06 | 0.71 | 0.53 |
| Hex | DC | CE | 32 | 0 | 6 | 4D | E | 37 | 47 | 35 |
| Octal | 334 | 316 | 62 | 0 | 6 | 115 | 16 | 67 | 107 | 65 |
| Binary | 11011100 | 11001110 | 110010 | 0 | 110 | 1001101 | 1110 | 110111 | 1000111 | 110101 |
Color Harmonies of #DCCE32
Complementary color
Monochromatic Colors of #DCCE32
Black with #DCCE32
Text Example
Text Example
White with #DCCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE32; }
p { color: rgb(220,206,50); }
H1.HeaderClassName
{
color: #DCCE32;
}
.AnyTagClassName
{
color: #DCCE32;
}
</style>
background-color css
<style>
a { background-color: #DCCE32; }
a { background-color: rgb(220,206,50); }
div.DivClassName
{
background-color: #DCCE32;
}
.BgClassName
{
background-color: #DCCE32;
}
</style>
border-color css
<style>
span { border-color: #DCCE32; }
span { border-color: rgb(220,206,50); }
td.TdClassName
{
border-color: #DCCE32;
}
.TagClassName
{
border-color: #DCCE32;
}
</style>