Color Hex Logo

#dcb215 Color Hex

#DCB215
(220,178,21)
0 Favorites   0 Comments

Color spaces of #dcb215

RGB 22017821
HSL0.130.830.47
HSV47°90°86°
CMYK 0.000.190.90   0.14
XYZ45.571047.11067.4009
Yxy47.11060.45530.4707
Hunter Lab68.6372-1.601641.6530
CIE-Lab74.26052.285573.9999

#dcb215 color RGB value is (220,178,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 00010101
Octal 334 262 25
Decimal 220 178 21
Hex DC B2 15

RGB Percentages of Color #dcb215

%52.51
%42.48
%5.01

CMYK Percentages of Color #dcb215

%0
%19
%90
%14

Triadic Colors of #dcb215

#dcb215 #15dcb2 #b215dc

Analogous Colors of #dcb215

#dcb215 #a3dc15 #dc4f15

Monochromatic Colors of #dcb215

#dcb215

Complementary Color

#dcb215 #153fdc

#dcb215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb215 Color CSS Codes

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

#dcb215 Text Font Color

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

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


#dcb215 Background Color

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

This div background color is #dcb215


#dcb215 Border Color

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

This div border color is #dcb215


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,178,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 #dcb215">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb215


Comments

No comments written yet.

Please login to write comment.