Color Hex Logo

#dcb82d Color Hex

#DCB82D
(220,184,45)
0 Favorites   0 Comments

Color spaces of #dcb82d

RGB 22018445
HSL0.130.710.52
HSV48°80°86°
CMYK 0.000.160.80   0.14
XYZ47.129349.68619.5890
Yxy49.68610.44290.4670
Hunter Lab70.4884-4.007641.2762
CIE-Lab75.8762-0.268169.4254

#dcb82d color RGB value is (220,184,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 00101101
Octal 334 270 55
Decimal 220 184 45
Hex DC B8 2D

RGB Percentages of Color #dcb82d

%49.00
%40.98
%10.02

CMYK Percentages of Color #dcb82d

%0
%16
%80
%14

Triadic Colors of #dcb82d

#dcb82d #2ddcb8 #b82ddc

Analogous Colors of #dcb82d

#dcb82d #a9dc2d #dc602d

Monochromatic Colors of #dcb82d

#dcb82d

Complementary Color

#dcb82d #2d51dc

#dcb82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb82d Color CSS Codes

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

#dcb82d Text Font Color

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

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


#dcb82d Background Color

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

This div background color is #dcb82d


#dcb82d Border Color

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

This div border color is #dcb82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb82d


Comments

No comments written yet.

Please login to write comment.