Color Hex Logo

#dcb43a Color Hex

#DCB43A
(220,180,58)
0 Favorites   0 Comments

Color spaces of #dcb43a

RGB 22018058
HSL0.130.700.55
HSV45°74°86°
CMYK 0.000.180.74   0.14
XYZ46.600248.163610.8434
Yxy48.16360.44130.4561
Hunter Lab69.4000-1.592139.3162
CIE-Lab74.92802.332464.0684

#dcb43a color RGB value is (220,180,58).

#dcb43a hex color red value is 220, green value is 180 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dcb43a hue: 0.13 , saturation: 0.70 and the lightness value of dcb43a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 00111010
Octal 334 264 72
Decimal 220 180 58
Hex DC B4 3A

RGB Percentages of Color #dcb43a

%48.03
%39.30
%12.66

CMYK Percentages of Color #dcb43a

%0
%18
%74
%14

Triadic Colors of #dcb43a

#dcb43a #3adcb4 #b43adc

Analogous Colors of #dcb43a

#dcb43a #b3dc3a #dc633a

Monochromatic Colors of #dcb43a

#dcb43a

Complementary Color

#dcb43a #3a62dc

#dcb43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb43a Color CSS Codes

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

#dcb43a Text Font Color

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

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


#dcb43a Background Color

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

This div background color is #dcb43a


#dcb43a Border Color

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

This div border color is #dcb43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb43a


Comments

No comments written yet.

Please login to write comment.