Color Hex Logo

#dcbd10 Color Hex

#DCBD10
(220,189,16)
0 Favorites   0 Comments

Color spaces of #dcbd10

RGB 22018916
HSL0.140.860.46
HSV51°93°86°
CMYK 0.000.140.93   0.14
XYZ47.806351.64827.9397
Yxy51.64820.44510.4809
Hunter Lab71.8667-7.027043.7564
CIE-Lab77.0700-3.527976.9095

#dcbd10 color RGB value is (220,189,16).

#dcbd10 hex color red value is 220, green value is 189 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dcbd10 hue: 0.14 , saturation: 0.86 and the lightness value of dcbd10 is 0.46.

The process color (four color CMYK) of #dcbd10 color hex is 0.00, 0.14, 0.93, 0.14. Web safe color of #dcbd10 is #cccc00. Color #dcbd10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 00010000
Octal 334 275 20
Decimal 220 189 16
Hex DC BD 10

RGB Percentages of Color #dcbd10

%51.76
%44.47
%3.76

CMYK Percentages of Color #dcbd10

%0
%14
%93
%14

Triadic Colors of #dcbd10

#dcbd10 #10dcbd #bd10dc

Analogous Colors of #dcbd10

#dcbd10 #95dc10 #dc5710

Monochromatic Colors of #dcbd10

#dcbd10

Complementary Color

#dcbd10 #102fdc

#dcbd10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd10 Color CSS Codes

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

#dcbd10 Text Font Color

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

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


#dcbd10 Background Color

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

This div background color is #dcbd10


#dcbd10 Border Color

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

This div border color is #dcbd10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd10


Comments

No comments written yet.

Please login to write comment.