Shades of Wattle #DCBF36
Tints of Wattle #DCBF36
RGB
CMYK
RGB Variations
Color information
#DCBF36 (or 0xDCBF36) is known color: Wattle. HEX triplet: DC, BF and 36. RGB value is (220,191,54). Sum of RGB (Red+Green+Blue) = 220+191+54=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 54 (21.48% from 255 or 11.61% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF36 is #2340C9. Grayscale: #B8B8B8. Windows color (decimal): -2310346 or 3588060. OLE color: 3588060.
HSL color Cylindrical-coordinate representation of color #DCBF36: hue angle of 49.52º 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 #DCBF36 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 54 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.14 |
| HSL | 49.52º | 0.7% | 0.54% | - |
| HSV(B) | 49.52º | 0.75% | 0.86% | - |
| XYZ | 48.81 | 52.74 | 11.1 | - |
| YUV | 184.05 | 54.61 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 54 | 0 | 0.13 | 0.75 | 0.14 | 49.52 | 0.7 | 0.54 |
| Hex | DC | BF | 36 | 0 | D | 4B | E | 32 | 46 | 36 |
| Octal | 334 | 277 | 66 | 0 | 15 | 113 | 16 | 62 | 106 | 66 |
| Binary | 11011100 | 10111111 | 110110 | 0 | 1101 | 1001011 | 1110 | 110010 | 1000110 | 110110 |
Color Harmonies of #DCBF36
Complementary color
Monochromatic Colors of #DCBF36
Black with #DCBF36
Text Example
Text Example
White with #DCBF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF36; }
p { color: rgb(220,191,54); }
H1.HeaderClassName
{
color: #DCBF36;
}
.AnyTagClassName
{
color: #DCBF36;
}
</style>
background-color css
<style>
a { background-color: #DCBF36; }
a { background-color: rgb(220,191,54); }
div.DivClassName
{
background-color: #DCBF36;
}
.BgClassName
{
background-color: #DCBF36;
}
</style>
border-color css
<style>
span { border-color: #DCBF36; }
span { border-color: rgb(220,191,54); }
td.TdClassName
{
border-color: #DCBF36;
}
.TagClassName
{
border-color: #DCBF36;
}
</style>