Color Hex Logo

#dcc27b Color Hex

#DCC27B
(220,194,123)
0 Favorites   0 Comments

Color spaces of #dcc27b

RGB 220194123
HSL0.120.580.67
HSV44°44°86°
CMYK 0.000.120.44   0.14
XYZ52.382155.229326.6384
Yxy55.22930.39020.4114
Hunter Lab74.3164-4.237630.7692
CIE-Lab79.1732-0.291239.0045

#dcc27b color RGB value is (220,194,123).

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

The process color (four color CMYK) of #dcc27b color hex is 0.00, 0.12, 0.44, 0.14. Web safe color of #dcc27b is #cccc66. Color #dcc27b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01111011
Octal 334 302 173
Decimal 220 194 123
Hex DC C2 7B

RGB Percentages of Color #dcc27b

%40.97
%36.13
%22.91

CMYK Percentages of Color #dcc27b

%0
%12
%44
%14

Triadic Colors of #dcc27b

#dcc27b #7bdcc2 #c27bdc

Analogous Colors of #dcc27b

#dcc27b #c6dc7b #dc927b

Monochromatic Colors of #dcc27b

#dcc27b

Complementary Color

#dcc27b #7b95dc

#dcc27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc27b Color CSS Codes

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

#dcc27b Text Font Color

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

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


#dcc27b Background Color

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

This div background color is #dcc27b


#dcc27b Border Color

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

This div border color is #dcc27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc27b


Comments

No comments written yet.

Please login to write comment.