Color Hex Logo

#dc8f15 Color Hex

#DC8F15
(220,143,21)
0 Favorites   0 Comments

Color spaces of #dc8f15

RGB 22014321
HSL0.100.830.47
HSV37°90°86°
CMYK 0.000.350.90   0.14
XYZ39.473034.91475.3682
Yxy34.91470.49490.4378
Hunter Lab59.088715.838235.9756
CIE-Lab65.682220.963167.4950

#dc8f15 color RGB value is (220,143,21).

#dc8f15 hex color red value is 220, green value is 143 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #dc8f15 hue: 0.10 , saturation: 0.83 and the lightness value of dc8f15 is 0.47.

The process color (four color CMYK) of #dc8f15 color hex is 0.00, 0.35, 0.90, 0.14. Web safe color of #dc8f15 is #cc9900. Color #dc8f15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001111 00010101
Octal 334 217 25
Decimal 220 143 21
Hex DC 8F 15

RGB Percentages of Color #dc8f15

%57.29
%37.24
%5.47

CMYK Percentages of Color #dc8f15

%0
%35
%90
%14

Triadic Colors of #dc8f15

#dc8f15 #15dc8f #8f15dc

Analogous Colors of #dc8f15

#dc8f15 #c6dc15 #dc2c15

Monochromatic Colors of #dc8f15

#dc8f15

Complementary Color

#dc8f15 #1562dc

#dc8f15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8f15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8f15 Color CSS Codes

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

#dc8f15 Text Font Color

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

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


#dc8f15 Background Color

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

This div background color is #dc8f15


#dc8f15 Border Color

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

This div border color is #dc8f15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8f15


Comments

No comments written yet.

Please login to write comment.