Color Hex Logo

#dcbe4a Color Hex

#DCBE4A
(220,190,74)
0 Favorites   0 Comments

Color spaces of #dcbe4a

RGB 22019074
HSL0.130.680.58
HSV48°66°86°
CMYK 0.000.140.66   0.14
XYZ49.164752.537014.0280
Yxy52.53700.42480.4540
Hunter Lab72.4824-5.768039.2629
CIE-Lab77.6008-2.084960.3682

#dcbe4a color RGB value is (220,190,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 01001010
Octal 334 276 112
Decimal 220 190 74
Hex DC BE 4A

RGB Percentages of Color #dcbe4a

%45.45
%39.26
%15.29

CMYK Percentages of Color #dcbe4a

%0
%14
%66
%14

Triadic Colors of #dcbe4a

#dcbe4a #4adcbe #be4adc

Analogous Colors of #dcbe4a

#dcbe4a #b1dc4a #dc754a

Monochromatic Colors of #dcbe4a

#dcbe4a

Complementary Color

#dcbe4a #4a68dc

#dcbe4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe4a Color CSS Codes

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

#dcbe4a Text Font Color

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

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


#dcbe4a Background Color

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

This div background color is #dcbe4a


#dcbe4a Border Color

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

This div border color is #dcbe4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe4a


Comments

No comments written yet.

Please login to write comment.