Color Hex Logo

#dc931b Color Hex

#DC931B
(220,147,27)
0 Favorites   0 Comments

Color spaces of #dc931b

RGB 22014727
HSL0.100.780.48
HSV37°88°86°
CMYK 0.000.330.88   0.14
XYZ40.146736.16225.9010
Yxy36.16220.48830.4399
Hunter Lab60.135013.932036.2764
CIE-Lab66.643718.929266.8026

#dc931b color RGB value is (220,147,27).

#dc931b hex color red value is 220, green value is 147 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dc931b hue: 0.10 , saturation: 0.78 and the lightness value of dc931b is 0.48.

The process color (four color CMYK) of #dc931b color hex is 0.00, 0.33, 0.88, 0.14. Web safe color of #dc931b is #cc9933. Color #dc931b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010011 00011011
Octal 334 223 33
Decimal 220 147 27
Hex DC 93 1B

RGB Percentages of Color #dc931b

%55.84
%37.31
%6.85

CMYK Percentages of Color #dc931b

%0
%33
%88
%14

Triadic Colors of #dc931b

#dc931b #1bdc93 #931bdc

Analogous Colors of #dc931b

#dc931b #c5dc1b #dc331b

Monochromatic Colors of #dc931b

#dc931b

Complementary Color

#dc931b #1b64dc

#dc931b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc931b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc931b Color CSS Codes

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

#dc931b Text Font Color

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

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


#dc931b Background Color

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

This div background color is #dc931b


#dc931b Border Color

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

This div border color is #dc931b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc931b


Comments

No comments written yet.

Please login to write comment.