Shades of Wattle #DCCC33
Tints of Wattle #DCCC33
RGB
CMYK
RGB Variations
Color information
#DCCC33 (or 0xDCCC33) is known color: Wattle. HEX triplet: DC, CC and 33. RGB value is (220,204,51). Sum of RGB (Red+Green+Blue) = 220+204+51=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 51 (20.31% from 255 or 10.74% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC33 is #2333CC. Grayscale: #BFBFBF. Windows color (decimal): -2307021 or 3394780. OLE color: 3394780.
HSL color Cylindrical-coordinate representation of color #DCCC33: hue angle of 54.32º 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 #DCCC33 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 51 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.14 |
| HSL | 54.32º | 0.71% | 0.53% | - |
| HSV(B) | 54.32º | 0.77% | 0.86% | - |
| XYZ | 51.71 | 58.64 | 11.73 | - |
| YUV | 191.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 51 | 0 | 0.07 | 0.77 | 0.14 | 54.32 | 0.71 | 0.53 |
| Hex | DC | CC | 33 | 0 | 7 | 4D | E | 36 | 47 | 35 |
| Octal | 334 | 314 | 63 | 0 | 7 | 115 | 16 | 66 | 107 | 65 |
| Binary | 11011100 | 11001100 | 110011 | 0 | 111 | 1001101 | 1110 | 110110 | 1000111 | 110101 |
Color Harmonies of #DCCC33
Complementary color
Monochromatic Colors of #DCCC33
Black with #DCCC33
Text Example
Text Example
White with #DCCC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC33; }
p { color: rgb(220,204,51); }
H1.HeaderClassName
{
color: #DCCC33;
}
.AnyTagClassName
{
color: #DCCC33;
}
</style>
background-color css
<style>
a { background-color: #DCCC33; }
a { background-color: rgb(220,204,51); }
div.DivClassName
{
background-color: #DCCC33;
}
.BgClassName
{
background-color: #DCCC33;
}
</style>
border-color css
<style>
span { border-color: #DCCC33; }
span { border-color: rgb(220,204,51); }
td.TdClassName
{
border-color: #DCCC33;
}
.TagClassName
{
border-color: #DCCC33;
}
</style>