Shades of Wattle #DCCC2D
Tints of Wattle #DCCC2D
RGB
CMYK
RGB Variations
Color information
#DCCC2D (or 0xDCCC2D) is known color: Wattle. HEX triplet: DC, CC and 2D. RGB value is (220,204,45). Sum of RGB (Red+Green+Blue) = 220+204+45=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC2D is #2333D2. Grayscale: #BFBFBF. Windows color (decimal): -2307027 or 3001564. OLE color: 3001564.
HSL color Cylindrical-coordinate representation of color #DCCC2D: hue angle of 54.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCCC2D is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 45 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.14 |
| HSL | 54.51º | 0.71% | 0.52% | - |
| HSV(B) | 54.51º | 0.8% | 0.86% | - |
| XYZ | 51.58 | 58.59 | 11.07 | - |
| YUV | 190.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 45 | 0 | 0.07 | 0.80 | 0.14 | 54.51 | 0.71 | 0.52 |
| Hex | DC | CC | 2D | 0 | 7 | 50 | E | 37 | 47 | 34 |
| Octal | 334 | 314 | 55 | 0 | 7 | 120 | 16 | 67 | 107 | 64 |
| Binary | 11011100 | 11001100 | 101101 | 0 | 111 | 1010000 | 1110 | 110111 | 1000111 | 110100 |
Color Harmonies of #DCCC2D
Complementary color
Monochromatic Colors of #DCCC2D
Black with #DCCC2D
Text Example
Text Example
White with #DCCC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC2D; }
p { color: rgb(220,204,45); }
H1.HeaderClassName
{
color: #DCCC2D;
}
.AnyTagClassName
{
color: #DCCC2D;
}
</style>
background-color css
<style>
a { background-color: #DCCC2D; }
a { background-color: rgb(220,204,45); }
div.DivClassName
{
background-color: #DCCC2D;
}
.BgClassName
{
background-color: #DCCC2D;
}
</style>
border-color css
<style>
span { border-color: #DCCC2D; }
span { border-color: rgb(220,204,45); }
td.TdClassName
{
border-color: #DCCC2D;
}
.TagClassName
{
border-color: #DCCC2D;
}
</style>