color codes Logo

#dcbd4f color codes

#DCBD4F
(220,189,79)
0 Favorites   0 Comments

Color spaces of #dcbd4f

RGB 22018979
HSL0.130.670.59
HSV47°64°86°
CMYK 0.000.140.64   0.14
XYZ49.124152.175314.8789
Yxy52.17530.42280.4491
Hunter Lab72.2325-5.012038.3498
CIE-Lab77.3855-1.267457.9946

#dcbd4f color RGB value is (220,189,79).

#dcbd4f hex color red value is 220, green value is 189 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dcbd4f hue: 0.13 , saturation: 0.67 and the lightness value of dcbd4f is 0.59.

The process color (four color CMYK) of #dcbd4f color code is 0.00, 0.14, 0.64, 0.14. Web safe color of #dcbd4f is #cccc66. Color #dcbd4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 01001111
Octal 334 275 117
Decimal 220 189 79
Hex DC BD 4F

RGB Percentages of Color #dcbd4f

%45.08
%38.73
%16.19

CMYK Percentages of Color #dcbd4f

%0
%14
%64
%14

Triadic Colors of #dcbd4f

#dcbd4f #4fdcbd #bd4fdc

Analogous Colors of #dcbd4f

#dcbd4f #b5dc4f #dc774f

Monochromatic Colors of #dcbd4f

#dcbd4f

Complementary Color

#dcbd4f #4f6edc

#dcbd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd4f Color CSS Codes

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

#dcbd4f Text Font Color

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

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


#dcbd4f Background Color

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

This div background color is #dcbd4f


#dcbd4f Border Color

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

This div border color is #dcbd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd4f


Comments

No comments written yet.

Please login to write comment.