Color Hex Logo

#dcba33 Color Hex

#DCBA33
(220,186,51)
0 Favorites   0 Comments

Color spaces of #dcba33

RGB 22018651
HSL0.130.710.53
HSV48°77°86°
CMYK 0.000.150.77   0.14
XYZ47.671650.572510.3809
Yxy50.57250.43890.4656
Hunter Lab71.1143-4.792441.1252
CIE-Lab76.4193-1.097167.9769

#dcba33 color RGB value is (220,186,51).

#dcba33 hex color red value is 220, green value is 186 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dcba33 hue: 0.13 , saturation: 0.71 and the lightness value of dcba33 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 00110011
Octal 334 272 63
Decimal 220 186 51
Hex DC BA 33

RGB Percentages of Color #dcba33

%48.14
%40.70
%11.16

CMYK Percentages of Color #dcba33

%0
%15
%77
%14

Triadic Colors of #dcba33

#dcba33 #33dcba #ba33dc

Analogous Colors of #dcba33

#dcba33 #aadc33 #dc6633

Monochromatic Colors of #dcba33

#dcba33

Complementary Color

#dcba33 #3355dc

#dcba33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba33 Color CSS Codes

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

#dcba33 Text Font Color

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

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


#dcba33 Background Color

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

This div background color is #dcba33


#dcba33 Border Color

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

This div border color is #dcba33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba33


Comments

No comments written yet.

Please login to write comment.