Color Hex Logo

#dcb236 Color Hex

#DCB236
(220,178,54)
0 Favorites   0 Comments

Color spaces of #dcb236

RGB 22017854
HSL0.120.700.54
HSV45°75°86°
CMYK 0.000.190.75   0.14
XYZ46.101447.322810.1944
Yxy47.32280.44490.4567
Hunter Lab68.7916-0.761639.3678
CIE-Lab74.39583.214765.0385

#dcb236 color RGB value is (220,178,54).

#dcb236 hex color red value is 220, green value is 178 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #dcb236 hue: 0.12 , saturation: 0.70 and the lightness value of dcb236 is 0.54.

The process color (four color CMYK) of #dcb236 color hex is 0.00, 0.19, 0.75, 0.14. Web safe color of #dcb236 is #cc9933. Color #dcb236 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 00110110
Octal 334 262 66
Decimal 220 178 54
Hex DC B2 36

RGB Percentages of Color #dcb236

%48.67
%39.38
%11.95

CMYK Percentages of Color #dcb236

%0
%19
%75
%14

Triadic Colors of #dcb236

#dcb236 #36dcb2 #b236dc

Analogous Colors of #dcb236

#dcb236 #b3dc36 #dc5f36

Monochromatic Colors of #dcb236

#dcb236

Complementary Color

#dcb236 #3660dc

#dcb236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb236 Color CSS Codes

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

#dcb236 Text Font Color

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

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


#dcb236 Background Color

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

This div background color is #dcb236


#dcb236 Border Color

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

This div border color is #dcb236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb236


Comments

No comments written yet.

Please login to write comment.