Color Hex Logo

#dcbd36 Color Hex

#DCBD36
(220,189,54)
0 Favorites   0 Comments

Color spaces of #dcbd36

RGB 22018954
HSL0.140.700.54
HSV49°75°86°
CMYK 0.000.140.75   0.14
XYZ48.378751.877210.9535
Yxy51.87720.43500.4665
Hunter Lab72.0258-6.149441.4014
CIE-Lab77.2074-2.539267.6856

#dcbd36 color RGB value is (220,189,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 00110110
Octal 334 275 66
Decimal 220 189 54
Hex DC BD 36

RGB Percentages of Color #dcbd36

%47.52
%40.82
%11.66

CMYK Percentages of Color #dcbd36

%0
%14
%75
%14

Triadic Colors of #dcbd36

#dcbd36 #36dcbd #bd36dc

Analogous Colors of #dcbd36

#dcbd36 #a8dc36 #dc6a36

Monochromatic Colors of #dcbd36

#dcbd36

Complementary Color

#dcbd36 #3655dc

#dcbd36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd36 Color CSS Codes

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

#dcbd36 Text Font Color

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

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


#dcbd36 Background Color

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

This div background color is #dcbd36


#dcbd36 Border Color

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

This div border color is #dcbd36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd36


Comments

No comments written yet.

Please login to write comment.