Color Hex Logo

#dcb726 Color Hex

#DCB726
(220,183,38)
0 Favorites   0 Comments

Color spaces of #dcb726

RGB 22018338
HSL0.130.720.51
HSV48°83°86°
CMYK 0.000.170.83   0.14
XYZ46.798549.22268.8681
Yxy49.22260.44620.4693
Hunter Lab70.1588-3.711941.6169
CIE-Lab75.58960.039171.2195

#dcb726 color RGB value is (220,183,38).

#dcb726 hex color red value is 220, green value is 183 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dcb726 hue: 0.13 , saturation: 0.72 and the lightness value of dcb726 is 0.51.

The process color (four color CMYK) of #dcb726 color hex is 0.00, 0.17, 0.83, 0.14. Web safe color of #dcb726 is #cccc33. Color #dcb726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 00100110
Octal 334 267 46
Decimal 220 183 38
Hex DC B7 26

RGB Percentages of Color #dcb726

%49.89
%41.50
%8.62

CMYK Percentages of Color #dcb726

%0
%17
%83
%14

Triadic Colors of #dcb726

#dcb726 #26dcb7 #b726dc

Analogous Colors of #dcb726

#dcb726 #a6dc26 #dc5c26

Monochromatic Colors of #dcb726

#dcb726

Complementary Color

#dcb726 #264bdc

#dcb726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb726 Color CSS Codes

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

#dcb726 Text Font Color

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

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


#dcb726 Background Color

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

This div background color is #dcb726


#dcb726 Border Color

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

This div border color is #dcb726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb726


Comments

No comments written yet.

Please login to write comment.