Color Hex Logo

#dcb038 Color Hex

#DCB038
(220,176,56)
0 Favorites   0 Comments

Color spaces of #dcb038

RGB 22017656
HSL0.120.700.54
HSV44°75°86°
CMYK 0.000.200.75   0.14
XYZ45.754346.551810.3153
Yxy46.55180.44590.4536
Hunter Lab68.22890.301638.7964
CIE-Lab73.90224.353963.8298

#dcb038 color RGB value is (220,176,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 00111000
Octal 334 260 70
Decimal 220 176 56
Hex DC B0 38

RGB Percentages of Color #dcb038

%48.67
%38.94
%12.39

CMYK Percentages of Color #dcb038

%0
%20
%75
%14

Triadic Colors of #dcb038

#dcb038 #38dcb0 #b038dc

Analogous Colors of #dcb038

#dcb038 #b6dc38 #dc5e38

Monochromatic Colors of #dcb038

#dcb038

Complementary Color

#dcb038 #3864dc

#dcb038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb038 Color CSS Codes

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

#dcb038 Text Font Color

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

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


#dcb038 Background Color

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

This div background color is #dcb038


#dcb038 Border Color

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

This div border color is #dcb038


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,176,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 #dcb038">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb038


Comments

No comments written yet.

Please login to write comment.