#DCBF37

Color #DCBF37 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #DCBF37

Tints of Wattle #DCBF37

Color information

#DCBF37 (or 0xDCBF37) is unknown color: approx Wattle. HEX triplet: DC, BF and 37. RGB value is (220,191,55). Sum of RGB (Red+Green+Blue) = 220+191+55=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF37 is #2340C8. Grayscale: #B8B8B8. Windows color (decimal): -2310345 or 3653596. OLE color: 3653596.

HSL color Cylindrical-coordinate representation of color #DCBF37: hue angle of 49.45º 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 #DCBF37 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB22019155-
CMYK00.130.750.14
HSL49.45º70.21%53.92%-
HSV(B)49.45º75%86.27%-
XYZ48.8452.7511.22-
YUV184.1755.11153.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 55 (21.88% from 255) = 11.80%
R=47.21%
G=40.99%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201915500.130.750.1449.4570.2153.92
HexDCBF370D4BE314636
Octal33427767015113166110666
Binary110111001011111111011101101100101111101100011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBF37; }

 p { color: rgb(220,191,55); }

 H1.HeaderClassName
 {
   color: #DCBF37;
 }
 .AnyTagClassName
 {
   color: #DCBF37;
 }
</style>
background-color css

<style>
 a { background-color: #DCBF37; }

 a { background-color: rgb(220,191,55); }

 div.DivClassName
 {
   background-color: #DCBF37;
 }
 .BgClassName
 {
   background-color: #DCBF37;
 }
</style>
border-color css

<style>
 span { border-color: #DCBF37; }

 span { border-color: rgb(220,191,55); }

 td.TdClassName
 {
   border-color: #DCBF37;
 }
 .TagClassName
 {
   border-color: #DCBF37;
 }
</style>