Color Hex Logo

#dcbf54 Color Hex

#DCBF54
(220,191,84)
0 Favorites   0 Comments

Color spaces of #dcbf54

RGB 22019184
HSL0.130.660.60
HSV47°62°86°
CMYK 0.000.130.62   0.14
XYZ49.746253.117316.0183
Yxy53.11730.41850.4468
Hunter Lab72.8816-5.705637.9861
CIE-Lab77.9442-1.988756.3927

#dcbf54 color RGB value is (220,191,84).

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

The process color (four color CMYK) of #dcbf54 color hex is 0.00, 0.13, 0.62, 0.14. Web safe color of #dcbf54 is #cccc66. Color #dcbf54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 01010100
Octal 334 277 124
Decimal 220 191 84
Hex DC BF 54

RGB Percentages of Color #dcbf54

%44.44
%38.59
%16.97

CMYK Percentages of Color #dcbf54

%0
%13
%62
%14

Triadic Colors of #dcbf54

#dcbf54 #54dcbf #bf54dc

Analogous Colors of #dcbf54

#dcbf54 #b5dc54 #dc7b54

Monochromatic Colors of #dcbf54

#dcbf54

Complementary Color

#dcbf54 #5471dc

#dcbf54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf54 Color CSS Codes

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

#dcbf54 Text Font Color

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

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


#dcbf54 Background Color

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

This div background color is #dcbf54


#dcbf54 Border Color

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

This div border color is #dcbf54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf54


Comments

No comments written yet.

Please login to write comment.