Color Hex Logo

#dc754b Color Hex

#DC754B
(220,117,75)
0 Favorites   0 Comments

Color spaces of #dc754b

RGB 22011775
HSL0.050.670.58
HSV17°66°86°
CMYK 0.000.470.66   0.14
XYZ37.146528.446210.1894
Yxy28.44620.49020.3754
Hunter Lab53.335030.984626.0074
CIE-Lab60.289736.728740.7326

#dc754b color RGB value is (220,117,75).

#dc754b hex color red value is 220, green value is 117 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dc754b hue: 0.05 , saturation: 0.67 and the lightness value of dc754b is 0.58.

The process color (four color CMYK) of #dc754b color hex is 0.00, 0.47, 0.66, 0.14. Web safe color of #dc754b is #cc6633. Color #dc754b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 01001011
Octal 334 165 113
Decimal 220 117 75
Hex DC 75 4B

RGB Percentages of Color #dc754b

%53.40
%28.40
%18.20

CMYK Percentages of Color #dc754b

%0
%47
%66
%14

Triadic Colors of #dc754b

#dc754b #4bdc75 #754bdc

Analogous Colors of #dc754b

#dc754b #dcbe4b #dc4b6a

Monochromatic Colors of #dc754b

#dc754b

Complementary Color

#dc754b #4bb2dc

#dc754b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc754b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc754b Color CSS Codes

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

#dc754b Text Font Color

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

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


#dc754b Background Color

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

This div background color is #dc754b


#dc754b Border Color

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

This div border color is #dc754b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc754b


Comments

No comments written yet.

Please login to write comment.