Color Hex Logo

#dcbf59 Color Hex

#DCBF59
(220,191,89)
0 Favorites   0 Comments

Color spaces of #dcbf59

RGB 22019189
HSL0.130.650.61
HSV47°60°86°
CMYK 0.000.130.60   0.14
XYZ49.949253.198517.0869
Yxy53.19850.41540.4425
Hunter Lab72.9373-5.399237.1663
CIE-Lab77.9920-1.647654.1777

#dcbf59 color RGB value is (220,191,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 01011001
Octal 334 277 131
Decimal 220 191 89
Hex DC BF 59

RGB Percentages of Color #dcbf59

%44.00
%38.20
%17.80

CMYK Percentages of Color #dcbf59

%0
%13
%60
%14

Triadic Colors of #dcbf59

#dcbf59 #59dcbf #bf59dc

Analogous Colors of #dcbf59

#dcbf59 #b8dc59 #dc7e59

Monochromatic Colors of #dcbf59

#dcbf59

Complementary Color

#dcbf59 #5976dc

#dcbf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf59 Color CSS Codes

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

#dcbf59 Text Font Color

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

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


#dcbf59 Background Color

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

This div background color is #dcbf59


#dcbf59 Border Color

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

This div border color is #dcbf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf59


Comments

No comments written yet.

Please login to write comment.