Color Hex Logo

#dc692e Color Hex

#DC692E
(220,105,46)
0 Favorites   0 Comments

Color spaces of #dc692e

RGB 22010546
HSL0.060.710.52
HSV20°79°86°
CMYK 0.000.520.79   0.14
XYZ35.059925.51615.6620
Yxy25.51610.52930.3852
Hunter Lab50.513535.493028.7137
CIE-Lab57.574941.453652.2026

#dc692e color RGB value is (220,105,46).

#dc692e hex color red value is 220, green value is 105 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dc692e hue: 0.06 , saturation: 0.71 and the lightness value of dc692e is 0.52.

The process color (four color CMYK) of #dc692e color hex is 0.00, 0.52, 0.79, 0.14. Web safe color of #dc692e is #cc6633. Color #dc692e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101001 00101110
Octal 334 151 56
Decimal 220 105 46
Hex DC 69 2E

RGB Percentages of Color #dc692e

%59.30
%28.30
%12.40

CMYK Percentages of Color #dc692e

%0
%52
%79
%14

Triadic Colors of #dc692e

#dc692e #2edc69 #692edc

Analogous Colors of #dc692e

#dc692e #dcc02e #dc2e4a

Monochromatic Colors of #dc692e

#dc692e

Complementary Color

#dc692e #2ea1dc

#dc692e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc692e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc692e Color CSS Codes

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

#dc692e Text Font Color

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

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


#dc692e Background Color

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

This div background color is #dc692e


#dc692e Border Color

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

This div border color is #dc692e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc692e


Comments

No comments written yet.

Please login to write comment.