Color Hex Logo

#dcb274 Color Hex

#DCB274
(220,178,116)
0 Favorites   0 Comments

Color spaces of #dcb274

RGB 220178116
HSL0.100.600.66
HSV36°47°86°
CMYK 0.000.190.47   0.14
XYZ48.588048.317423.2883
Yxy48.31740.40420.4020
Hunter Lab69.51073.127828.7935
CIE-Lab75.02477.443737.3323

#dcb274 color RGB value is (220,178,116).

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

The process color (four color CMYK) of #dcb274 color hex is 0.00, 0.19, 0.47, 0.14. Web safe color of #dcb274 is #cc9966. Color #dcb274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 01110100
Octal 334 262 164
Decimal 220 178 116
Hex DC B2 74

RGB Percentages of Color #dcb274

%42.80
%34.63
%22.57

CMYK Percentages of Color #dcb274

%0
%19
%47
%14

Triadic Colors of #dcb274

#dcb274 #74dcb2 #b274dc

Analogous Colors of #dcb274

#dcb274 #d2dc74 #dc7e74

Monochromatic Colors of #dcb274

#dcb274

Complementary Color

#dcb274 #749edc

#dcb274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb274 Color CSS Codes

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

#dcb274 Text Font Color

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

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


#dcb274 Background Color

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

This div background color is #dcb274


#dcb274 Border Color

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

This div border color is #dcb274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb274


Comments

No comments written yet.

Please login to write comment.