Color Hex Logo

#dc983a Color Hex

#DC983A
(220,152,58)
0 Favorites   0 Comments

Color spaces of #dc983a

RGB 22015258
HSL0.100.700.55
HSV35°74°86°
CMYK 0.000.310.74   0.14
XYZ41.507237.97769.1457
Yxy37.97760.46830.4285
Hunter Lab61.626012.380434.3392
CIE-Lab68.004117.256057.2458

#dc983a color RGB value is (220,152,58).

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

The process color (four color CMYK) of #dc983a color hex is 0.00, 0.31, 0.74, 0.14. Web safe color of #dc983a is #cc9933. Color #dc983a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011000 00111010
Octal 334 230 72
Decimal 220 152 58
Hex DC 98 3A

RGB Percentages of Color #dc983a

%51.16
%35.35
%13.49

CMYK Percentages of Color #dc983a

%0
%31
%74
%14

Triadic Colors of #dc983a

#dc983a #3adc98 #983adc

Analogous Colors of #dc983a

#dc983a #cfdc3a #dc473a

Monochromatic Colors of #dc983a

#dc983a

Complementary Color

#dc983a #3a7edc

#dc983a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc983a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc983a Color CSS Codes

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

#dc983a Text Font Color

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

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


#dc983a Background Color

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

This div background color is #dc983a


#dc983a Border Color

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

This div border color is #dc983a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,152,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 #dc983a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc983a


Comments

No comments written yet.

Please login to write comment.