Shades of Wattle #DCCF36
Tints of Wattle #DCCF36
RGB
CMYK
RGB Variations
Color information
#DCCF36 (or 0xDCCF36) is known color: Wattle. HEX triplet: DC, CF and 36. RGB value is (220,207,54). Sum of RGB (Red+Green+Blue) = 220+207+54=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 54 (21.48% from 255 or 11.23% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF36 is #2330C9. Grayscale: #C2C2C2. Windows color (decimal): -2306250 or 3592156. OLE color: 3592156.
HSL color Cylindrical-coordinate representation of color #DCCF36: hue angle of 55.3º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCCF36 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 54 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.14 |
| HSL | 55.3º | 0.7% | 0.54% | - |
| HSV(B) | 55.3º | 0.75% | 0.86% | - |
| XYZ | 52.49 | 60.11 | 12.33 | - |
| YUV | 193.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 54 | 0 | 0.06 | 0.75 | 0.14 | 55.3 | 0.7 | 0.54 |
| Hex | DC | CF | 36 | 0 | 6 | 4B | E | 37 | 46 | 36 |
| Octal | 334 | 317 | 66 | 0 | 6 | 113 | 16 | 67 | 106 | 66 |
| Binary | 11011100 | 11001111 | 110110 | 0 | 110 | 1001011 | 1110 | 110111 | 1000110 | 110110 |
Color Harmonies of #DCCF36
Complementary color
Monochromatic Colors of #DCCF36
Black with #DCCF36
Text Example
Text Example
White with #DCCF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF36; }
p { color: rgb(220,207,54); }
H1.HeaderClassName
{
color: #DCCF36;
}
.AnyTagClassName
{
color: #DCCF36;
}
</style>
background-color css
<style>
a { background-color: #DCCF36; }
a { background-color: rgb(220,207,54); }
div.DivClassName
{
background-color: #DCCF36;
}
.BgClassName
{
background-color: #DCCF36;
}
</style>
border-color css
<style>
span { border-color: #DCCF36; }
span { border-color: rgb(220,207,54); }
td.TdClassName
{
border-color: #DCCF36;
}
.TagClassName
{
border-color: #DCCF36;
}
</style>