Color Hex Logo

#dcb938 Color Hex

#DCB938
(220,185,56)
0 Favorites   0 Comments

Color spaces of #dcb938

RGB 22018556
HSL0.130.700.54
HSV47°75°86°
CMYK 0.000.160.75   0.14
XYZ47.578050.199110.9231
Yxy50.19910.43770.4618
Hunter Lab70.8513-4.123740.4552
CIE-Lab76.1913-0.374466.0200

#dcb938 color RGB value is (220,185,56).

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

The process color (four color CMYK) of #dcb938 color hex is 0.00, 0.16, 0.75, 0.14. Web safe color of #dcb938 is #cccc33. Color #dcb938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 00111000
Octal 334 271 70
Decimal 220 185 56
Hex DC B9 38

RGB Percentages of Color #dcb938

%47.72
%40.13
%12.15

CMYK Percentages of Color #dcb938

%0
%16
%75
%14

Triadic Colors of #dcb938

#dcb938 #38dcb9 #b938dc

Analogous Colors of #dcb938

#dcb938 #addc38 #dc6738

Monochromatic Colors of #dcb938

#dcb938

Complementary Color

#dcb938 #385bdc

#dcb938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb938 Color CSS Codes

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

#dcb938 Text Font Color

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

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


#dcb938 Background Color

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

This div background color is #dcb938


#dcb938 Border Color

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

This div border color is #dcb938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb938


Comments

No comments written yet.

Please login to write comment.