Shades of Wattle #DCCF33
Tints of Wattle #DCCF33
RGB
CMYK
RGB Variations
Color information
#DCCF33 (or 0xDCCF33) is known color: Wattle. HEX triplet: DC, CF and 33. RGB value is (220,207,51). Sum of RGB (Red+Green+Blue) = 220+207+51=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 51 (20.31% from 255 or 10.67% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF33 is #2330CC. Grayscale: #C1C1C1. Windows color (decimal): -2306253 or 3395548. OLE color: 3395548.
HSL color Cylindrical-coordinate representation of color #DCCF33: hue angle of 55.38º 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 #DCCF33 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 51 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.14 |
| HSL | 55.38º | 0.71% | 0.53% | - |
| HSV(B) | 55.38º | 0.77% | 0.86% | - |
| XYZ | 52.43 | 60.08 | 11.97 | - |
| YUV | 193.1 | 47.81 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 51 | 0 | 0.06 | 0.77 | 0.14 | 55.38 | 0.71 | 0.53 |
| Hex | DC | CF | 33 | 0 | 6 | 4D | E | 37 | 47 | 35 |
| Octal | 334 | 317 | 63 | 0 | 6 | 115 | 16 | 67 | 107 | 65 |
| Binary | 11011100 | 11001111 | 110011 | 0 | 110 | 1001101 | 1110 | 110111 | 1000111 | 110101 |
Color Harmonies of #DCCF33
Complementary color
Monochromatic Colors of #DCCF33
Black with #DCCF33
Text Example
Text Example
White with #DCCF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF33; }
p { color: rgb(220,207,51); }
H1.HeaderClassName
{
color: #DCCF33;
}
.AnyTagClassName
{
color: #DCCF33;
}
</style>
background-color css
<style>
a { background-color: #DCCF33; }
a { background-color: rgb(220,207,51); }
div.DivClassName
{
background-color: #DCCF33;
}
.BgClassName
{
background-color: #DCCF33;
}
</style>
border-color css
<style>
span { border-color: #DCCF33; }
span { border-color: rgb(220,207,51); }
td.TdClassName
{
border-color: #DCCF33;
}
.TagClassName
{
border-color: #DCCF33;
}
</style>