Color Hex Logo

#dcbe39 Color Hex

#DCBE39
(220,190,57)
0 Favorites   0 Comments

Color spaces of #dcbe39

RGB 22019057
HSL0.140.700.54
HSV49°74°86°
CMYK 0.000.140.74   0.14
XYZ48.667252.338011.4081
Yxy52.33800.43290.4656
Hunter Lab72.3450-6.525141.2921
CIE-Lab77.4825-2.933366.8906

#dcbe39 color RGB value is (220,190,57).

#dcbe39 hex color red value is 220, green value is 190 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #dcbe39 hue: 0.14 , saturation: 0.70 and the lightness value of dcbe39 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 00111001
Octal 334 276 71
Decimal 220 190 57
Hex DC BE 39

RGB Percentages of Color #dcbe39

%47.11
%40.69
%12.21

CMYK Percentages of Color #dcbe39

%0
%14
%74
%14

Triadic Colors of #dcbe39

#dcbe39 #39dcbe #be39dc

Analogous Colors of #dcbe39

#dcbe39 #a9dc39 #dc6d39

Monochromatic Colors of #dcbe39

#dcbe39

Complementary Color

#dcbe39 #3957dc

#dcbe39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe39 Color CSS Codes

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

#dcbe39 Text Font Color

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

This sample text font color is #dcbe39
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.


#dcbe39 Background Color

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

This div background color is #dcbe39


#dcbe39 Border Color

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

This div border color is #dcbe39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe39


Comments

No comments written yet.

Please login to write comment.