Color Hex Logo

#dc830f Color Hex

#DC830F
(220,131,15)
0 Favorites   0 Comments

Color spaces of #dc830f

RGB 22013115
HSL0.090.870.46
HSV34°93°86°
CMYK 0.000.400.93   0.14
XYZ37.717731.48274.5408
Yxy31.48270.51150.4269
Hunter Lab56.109421.799134.4784
CIE-Lab62.913027.285766.7004

#dc830f color RGB value is (220,131,15).

#dc830f hex color red value is 220, green value is 131 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dc830f hue: 0.09 , saturation: 0.87 and the lightness value of dc830f is 0.46.

The process color (four color CMYK) of #dc830f color hex is 0.00, 0.40, 0.93, 0.14. Web safe color of #dc830f is #cc9900. Color #dc830f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000011 00001111
Octal 334 203 17
Decimal 220 131 15
Hex DC 83 F

RGB Percentages of Color #dc830f

%60.11
%35.79
%4.10

CMYK Percentages of Color #dc830f

%0
%40
%93
%14

Triadic Colors of #dc830f

#dc830f #0fdc83 #830fdc

Analogous Colors of #dc830f

#dc830f #cfdc0f #dc1c0f

Monochromatic Colors of #dc830f

#dc830f

Complementary Color

#dc830f #0f68dc

#dc830f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc830f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc830f Color CSS Codes

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

#dc830f Text Font Color

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

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


#dc830f Background Color

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

This div background color is #dc830f


#dc830f Border Color

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

This div border color is #dc830f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc830f


Comments

No comments written yet.

Please login to write comment.