Color Hex Logo

#dcb920 Color Hex

#DCB920
(220,185,32)
0 Favorites   0 Comments

Color spaces of #dcb920

RGB 22018532
HSL0.140.750.49
HSV49°85°86°
CMYK 0.000.160.85   0.14
XYZ47.124950.01798.5372
Yxy50.01790.44590.4733
Hunter Lab70.7233-4.826442.3493
CIE-Lab76.0802-1.160073.1575

#dcb920 color RGB value is (220,185,32).

#dcb920 hex color red value is 220, green value is 185 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dcb920 hue: 0.14 , saturation: 0.75 and the lightness value of dcb920 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 00100000
Octal 334 271 40
Decimal 220 185 32
Hex DC B9 20

RGB Percentages of Color #dcb920

%50.34
%42.33
%7.32

CMYK Percentages of Color #dcb920

%0
%16
%85
%14

Triadic Colors of #dcb920

#dcb920 #20dcb9 #b920dc

Analogous Colors of #dcb920

#dcb920 #a1dc20 #dc5b20

Monochromatic Colors of #dcb920

#dcb920

Complementary Color

#dcb920 #2043dc

#dcb920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb920 Color CSS Codes

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

#dcb920 Text Font Color

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

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


#dcb920 Background Color

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

This div background color is #dcb920


#dcb920 Border Color

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

This div border color is #dcb920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb920


Comments

No comments written yet.

Please login to write comment.