Shades of Wattle #DCCF2C
Tints of Wattle #DCCF2C
RGB
CMYK
RGB Variations
Color information
#DCCF2C (or 0xDCCF2C) is known color: Wattle. HEX triplet: DC, CF and 2C. RGB value is (220,207,44). Sum of RGB (Red+Green+Blue) = 220+207+44=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF2C is #2330D3. Grayscale: #C0C0C0. Windows color (decimal): -2306260 or 2936796. OLE color: 2936796.
HSL color Cylindrical-coordinate representation of color #DCCF2C: hue angle of 55.57º degrees, saturation: 0.72, 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 #DCCF2C is Cyan = 0, Magento = 0.06, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 44 | - |
| CMYK | 0 | 0.06 | 0.8 | 0.14 |
| HSL | 55.57º | 0.72% | 0.52% | - |
| HSV(B) | 55.57º | 0.8% | 0.86% | - |
| XYZ | 52.28 | 60.02 | 11.21 | - |
| YUV | 192.31 | 44.31 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 44 | 0 | 0.06 | 0.8 | 0.14 | 55.57 | 0.72 | 0.52 |
| Hex | DC | CF | 2C | 0 | 6 | 50 | E | 38 | 48 | 34 |
| Octal | 334 | 317 | 54 | 0 | 6 | 120 | 16 | 70 | 110 | 64 |
| Binary | 11011100 | 11001111 | 101100 | 0 | 110 | 1010000 | 1110 | 111000 | 1001000 | 110100 |
Color Harmonies of #DCCF2C
Complementary color
Monochromatic Colors of #DCCF2C
Black with #DCCF2C
Text Example
Text Example
White with #DCCF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF2C; }
p { color: rgb(220,207,44); }
H1.HeaderClassName
{
color: #DCCF2C;
}
.AnyTagClassName
{
color: #DCCF2C;
}
</style>
background-color css
<style>
a { background-color: #DCCF2C; }
a { background-color: rgb(220,207,44); }
div.DivClassName
{
background-color: #DCCF2C;
}
.BgClassName
{
background-color: #DCCF2C;
}
</style>
border-color css
<style>
span { border-color: #DCCF2C; }
span { border-color: rgb(220,207,44); }
td.TdClassName
{
border-color: #DCCF2C;
}
.TagClassName
{
border-color: #DCCF2C;
}
</style>