Color Hex Logo

#dcbf7a Color Hex

#DCBF7A
(220,191,122)
0 Favorites   0 Comments

Color spaces of #dcbf7a

RGB 220191122
HSL0.120.580.67
HSV42°45°86°
CMYK 0.000.130.45   0.14
XYZ51.658953.882426.0900
Yxy53.88240.39250.4093
Hunter Lab73.4046-2.837830.3100
CIE-Lab78.39311.175838.5239

#dcbf7a color RGB value is (220,191,122).

#dcbf7a hex color red value is 220, green value is 191 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dcbf7a hue: 0.12 , saturation: 0.58 and the lightness value of dcbf7a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 01111010
Octal 334 277 172
Decimal 220 191 122
Hex DC BF 7A

RGB Percentages of Color #dcbf7a

%41.28
%35.83
%22.89

CMYK Percentages of Color #dcbf7a

%0
%13
%45
%14

Triadic Colors of #dcbf7a

#dcbf7a #7adcbf #bf7adc

Analogous Colors of #dcbf7a

#dcbf7a #c8dc7a #dc8e7a

Monochromatic Colors of #dcbf7a

#dcbf7a

Complementary Color

#dcbf7a #7a97dc

#dcbf7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf7a Color CSS Codes

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

#dcbf7a Text Font Color

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

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


#dcbf7a Background Color

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

This div background color is #dcbf7a


#dcbf7a Border Color

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

This div border color is #dcbf7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf7a


Comments

No comments written yet.

Please login to write comment.