Shades of Wattle #DCBF3A
Tints of Wattle #DCBF3A
RGB
CMYK
RGB Variations
Color information
#DCBF3A (or 0xDCBF3A) is known color: Wattle. HEX triplet: DC, BF and 3A. RGB value is (220,191,58). Sum of RGB (Red+Green+Blue) = 220+191+58=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF3A is #2340C5. Grayscale: #B9B9B9. Windows color (decimal): -2310342 or 3850204. OLE color: 3850204.
HSL color Cylindrical-coordinate representation of color #DCBF3A: hue angle of 49.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCBF3A is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 58 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.14 |
| HSL | 49.26º | 0.7% | 0.55% | - |
| HSV(B) | 49.26º | 0.74% | 0.86% | - |
| XYZ | 48.91 | 52.78 | 11.61 | - |
| YUV | 184.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 58 | 0 | 0.13 | 0.74 | 0.14 | 49.26 | 0.7 | 0.55 |
| Hex | DC | BF | 3A | 0 | D | 4A | E | 31 | 46 | 37 |
| Octal | 334 | 277 | 72 | 0 | 15 | 112 | 16 | 61 | 106 | 67 |
| Binary | 11011100 | 10111111 | 111010 | 0 | 1101 | 1001010 | 1110 | 110001 | 1000110 | 110111 |
Color Harmonies of #DCBF3A
Complementary color
Monochromatic Colors of #DCBF3A
Black with #DCBF3A
Text Example
Text Example
White with #DCBF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF3A; }
p { color: rgb(220,191,58); }
H1.HeaderClassName
{
color: #DCBF3A;
}
.AnyTagClassName
{
color: #DCBF3A;
}
</style>
background-color css
<style>
a { background-color: #DCBF3A; }
a { background-color: rgb(220,191,58); }
div.DivClassName
{
background-color: #DCBF3A;
}
.BgClassName
{
background-color: #DCBF3A;
}
</style>
border-color css
<style>
span { border-color: #DCBF3A; }
span { border-color: rgb(220,191,58); }
td.TdClassName
{
border-color: #DCBF3A;
}
.TagClassName
{
border-color: #DCBF3A;
}
</style>