Color Hex Logo

#dcbe48 Color Hex

#DCBE48
(220,190,72)
0 Favorites   0 Comments

Color spaces of #dcbe48

RGB 22019072
HSL0.130.680.57
HSV48°67°86°
CMYK 0.000.140.67   0.14
XYZ49.098452.510413.6787
Yxy52.51040.42590.4555
Hunter Lab72.4641-5.868539.5329
CIE-Lab77.5850-2.197361.1865

#dcbe48 color RGB value is (220,190,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 01001000
Octal 334 276 110
Decimal 220 190 72
Hex DC BE 48

RGB Percentages of Color #dcbe48

%45.64
%39.42
%14.94

CMYK Percentages of Color #dcbe48

%0
%14
%67
%14

Triadic Colors of #dcbe48

#dcbe48 #48dcbe #be48dc

Analogous Colors of #dcbe48

#dcbe48 #b0dc48 #dc7448

Monochromatic Colors of #dcbe48

#dcbe48

Complementary Color

#dcbe48 #4866dc

#dcbe48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe48 Color CSS Codes

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

#dcbe48 Text Font Color

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

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


#dcbe48 Background Color

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

This div background color is #dcbe48


#dcbe48 Border Color

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

This div border color is #dcbe48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe48


Comments

No comments written yet.

Please login to write comment.