Color Hex Logo

#dcdb50 Color Hex

#DCDB50
(220,219,80)
0 Favorites   0 Comments

Color spaces of #dcdb50

RGB 22021980
HSL0.170.670.59
HSV60°64°86°
CMYK 0.000.000.64   0.14
XYZ56.294766.457917.4500
Yxy66.45790.40150.4740
Hunter Lab81.5217-19.400144.3740
CIE-Lab85.2294-16.433365.8972

#dcdb50 color RGB value is (220,219,80).

#dcdb50 hex color red value is 220, green value is 219 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dcdb50 hue: 0.17 , saturation: 0.67 and the lightness value of dcdb50 is 0.59.

The process color (four color CMYK) of #dcdb50 color hex is 0.00, 0.00, 0.64, 0.14. Web safe color of #dcdb50 is #cccc66. Color #dcdb50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 01010000
Octal 334 333 120
Decimal 220 219 80
Hex DC DB 50

RGB Percentages of Color #dcdb50

%42.39
%42.20
%15.41

CMYK Percentages of Color #dcdb50

%0
%0
%64
%14

Triadic Colors of #dcdb50

#dcdb50 #50dcdb #db50dc

Analogous Colors of #dcdb50

#dcdb50 #97dc50 #dc9550

Monochromatic Colors of #dcdb50

#dcdb50

Complementary Color

#dcdb50 #5051dc

#dcdb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdb50 Color CSS Codes

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

#dcdb50 Text Font Color

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

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


#dcdb50 Background Color

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

This div background color is #dcdb50


#dcdb50 Border Color

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

This div border color is #dcdb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdb50


Comments

No comments written yet.

Please login to write comment.