Color Hex Logo

#dcbf49 Color Hex

#DCBF49
(220,191,73)
0 Favorites   0 Comments

Color spaces of #dcbf49

RGB 22019173
HSL0.130.680.57
HSV48°67°86°
CMYK 0.000.130.67   0.14
XYZ49.348652.958313.9244
Yxy52.95830.42460.4556
Hunter Lab72.7725-6.307039.5961
CIE-Lab77.8504-2.660761.0477

#dcbf49 color RGB value is (220,191,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 01001001
Octal 334 277 111
Decimal 220 191 73
Hex DC BF 49

RGB Percentages of Color #dcbf49

%45.45
%39.46
%15.08

CMYK Percentages of Color #dcbf49

%0
%13
%67
%14

Triadic Colors of #dcbf49

#dcbf49 #49dcbf #bf49dc

Analogous Colors of #dcbf49

#dcbf49 #b0dc49 #dc7649

Monochromatic Colors of #dcbf49

#dcbf49

Complementary Color

#dcbf49 #4966dc

#dcbf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf49 Color CSS Codes

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

#dcbf49 Text Font Color

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

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


#dcbf49 Background Color

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

This div background color is #dcbf49


#dcbf49 Border Color

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

This div border color is #dcbf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf49


Comments

No comments written yet.

Please login to write comment.