Color Hex Logo

#dcbc26 Color Hex

#DCBC26
(220,188,38)
0 Favorites   0 Comments

Color spaces of #dcbc26

RGB 22018838
HSL0.140.720.51
HSV49°83°86°
CMYK 0.000.150.83   0.14
XYZ47.848351.32209.2180
Yxy51.32200.44150.4735
Hunter Lab71.6394-6.147942.5186
CIE-Lab76.8736-2.565272.3079

#dcbc26 color RGB value is (220,188,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 00100110
Octal 334 274 46
Decimal 220 188 38
Hex DC BC 26

RGB Percentages of Color #dcbc26

%49.33
%42.15
%8.52

CMYK Percentages of Color #dcbc26

%0
%15
%83
%14

Triadic Colors of #dcbc26

#dcbc26 #26dcbc #bc26dc

Analogous Colors of #dcbc26

#dcbc26 #a1dc26 #dc6126

Monochromatic Colors of #dcbc26

#dcbc26

Complementary Color

#dcbc26 #2646dc

#dcbc26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc26 Color CSS Codes

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

#dcbc26 Text Font Color

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

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


#dcbc26 Background Color

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

This div background color is #dcbc26


#dcbc26 Border Color

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

This div border color is #dcbc26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc26


Comments

No comments written yet.

Please login to write comment.