Shades of Wattle #DCBF3C
Tints of Wattle #DCBF3C
RGB
CMYK
RGB Variations
Color information
#DCBF3C (or 0xDCBF3C) is known color: Wattle. HEX triplet: DC, BF and 3C. RGB value is (220,191,60). Sum of RGB (Red+Green+Blue) = 220+191+60=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF3C is #2340C3. Grayscale: #B9B9B9. Windows color (decimal): -2310340 or 3981276. OLE color: 3981276.
HSL color Cylindrical-coordinate representation of color #DCBF3C: hue angle of 49.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCBF3C is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 60 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.14 |
| HSL | 49.13º | 0.7% | 0.55% | - |
| HSV(B) | 49.13º | 0.73% | 0.86% | - |
| XYZ | 48.96 | 52.8 | 11.89 | - |
| YUV | 184.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 60 | 0 | 0.13 | 0.73 | 0.14 | 49.13 | 0.7 | 0.55 |
| Hex | DC | BF | 3C | 0 | D | 49 | E | 31 | 46 | 37 |
| Octal | 334 | 277 | 74 | 0 | 15 | 111 | 16 | 61 | 106 | 67 |
| Binary | 11011100 | 10111111 | 111100 | 0 | 1101 | 1001001 | 1110 | 110001 | 1000110 | 110111 |
Color Harmonies of #DCBF3C
Complementary color
Monochromatic Colors of #DCBF3C
Black with #DCBF3C
Text Example
Text Example
White with #DCBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF3C; }
p { color: rgb(220,191,60); }
H1.HeaderClassName
{
color: #DCBF3C;
}
.AnyTagClassName
{
color: #DCBF3C;
}
</style>
background-color css
<style>
a { background-color: #DCBF3C; }
a { background-color: rgb(220,191,60); }
div.DivClassName
{
background-color: #DCBF3C;
}
.BgClassName
{
background-color: #DCBF3C;
}
</style>
border-color css
<style>
span { border-color: #DCBF3C; }
span { border-color: rgb(220,191,60); }
td.TdClassName
{
border-color: #DCBF3C;
}
.TagClassName
{
border-color: #DCBF3C;
}
</style>