Color Hex Logo

#dcbe2d Color Hex

#DCBE2D
(220,190,45)
0 Favorites   0 Comments

Color spaces of #dcbe2d

RGB 22019045
HSL0.140.710.52
HSV50°80°86°
CMYK 0.000.140.80   0.14
XYZ48.402352.232010.0133
Yxy52.23200.43740.4721
Hunter Lab72.2717-6.929342.3755
CIE-Lab77.4194-3.388170.7925

#dcbe2d color RGB value is (220,190,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 00101101
Octal 334 276 55
Decimal 220 190 45
Hex DC BE 2D

RGB Percentages of Color #dcbe2d

%48.35
%41.76
%9.89

CMYK Percentages of Color #dcbe2d

%0
%14
%80
%14

Triadic Colors of #dcbe2d

#dcbe2d #2ddcbe #be2ddc

Analogous Colors of #dcbe2d

#dcbe2d #a3dc2d #dc672d

Monochromatic Colors of #dcbe2d

#dcbe2d

Complementary Color

#dcbe2d #2d4bdc

#dcbe2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe2d Color CSS Codes

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

#dcbe2d Text Font Color

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

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


#dcbe2d Background Color

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

This div background color is #dcbe2d


#dcbe2d Border Color

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

This div border color is #dcbe2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe2d


Comments

No comments written yet.

Please login to write comment.