Color Hex Logo

#dcbd15 Color Hex

#DCBD15
(220,189,21)
0 Favorites   0 Comments

Color spaces of #dcbd15

RGB 22018921
HSL0.140.830.47
HSV51°90°86°
CMYK 0.000.140.90   0.14
XYZ47.848251.66508.1599
Yxy51.66500.44440.4798
Hunter Lab71.8784-6.962843.5840
CIE-Lab77.0801-3.455376.1614

#dcbd15 color RGB value is (220,189,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 00010101
Octal 334 275 25
Decimal 220 189 21
Hex DC BD 15

RGB Percentages of Color #dcbd15

%51.16
%43.95
%4.88

CMYK Percentages of Color #dcbd15

%0
%14
%90
%14

Triadic Colors of #dcbd15

#dcbd15 #15dcbd #bd15dc

Analogous Colors of #dcbd15

#dcbd15 #98dc15 #dc5a15

Monochromatic Colors of #dcbd15

#dcbd15

Complementary Color

#dcbd15 #1534dc

#dcbd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd15 Color CSS Codes

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

#dcbd15 Text Font Color

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

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


#dcbd15 Background Color

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

This div background color is #dcbd15


#dcbd15 Border Color

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

This div border color is #dcbd15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd15


Comments

No comments written yet.

Please login to write comment.