Color Hex Logo

#dcbe47 Color Hex

#DCBE47
(220,190,71)
0 Favorites   0 Comments

Color spaces of #dcbe47

RGB 22019071
HSL0.130.680.57
HSV48°68°86°
CMYK 0.000.140.68   0.14
XYZ49.066052.497513.5082
Yxy52.49750.42640.4562
Hunter Lab72.4552-5.917939.6649
CIE-Lab77.5774-2.252561.5912

#dcbe47 color RGB value is (220,190,71).

#dcbe47 hex color red value is 220, green value is 190 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dcbe47 hue: 0.13 , saturation: 0.68 and the lightness value of dcbe47 is 0.57.

The process color (four color CMYK) of #dcbe47 color hex is 0.00, 0.14, 0.68, 0.14. Web safe color of #dcbe47 is #cccc33. Color #dcbe47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 01000111
Octal 334 276 107
Decimal 220 190 71
Hex DC BE 47

RGB Percentages of Color #dcbe47

%45.74
%39.50
%14.76

CMYK Percentages of Color #dcbe47

%0
%14
%68
%14

Triadic Colors of #dcbe47

#dcbe47 #47dcbe #be47dc

Analogous Colors of #dcbe47

#dcbe47 #b0dc47 #dc7447

Monochromatic Colors of #dcbe47

#dcbe47

Complementary Color

#dcbe47 #4765dc

#dcbe47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe47 Color CSS Codes

.mybgcolor {background-color:#dcbe47; } 
.myforecolor {color:#dcbe47; }
.mybordercolor {border:3px solid #dcbe47; }

#dcbe47 Text Font Color

<p style="color:#dcbe47">Text here</p>

This sample text font color is #dcbe47
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dcbe47 Background Color

<div style="background-color:#dcbe47">
Div content here</div>

This div background color is #dcbe47


#dcbe47 Border Color

<div style="border:3px solid #dcbe47">
Div here</div>

This div border color is #dcbe47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,190,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcbe47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcbe47;
  -webkit-box-shadow: 1px 1px 3px 2px #dcbe47;
  box-shadow:         1px 1px 3px 2px #dcbe47; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,190,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcbe47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbe47;
  -webkit-box-shadow: 1px 1px 3px 2px #dcbe47;
  box-shadow:         1px 1px 3px 2px #dcbe47;">
Div content here</div>

This div box has shadow with color #dcbe47

#dcbe47 Color Palettes


Comments

No comments written yet.

Please login to write comment.