Color Hex Logo

#dcdb38 Color Hex

#DCDB38
(220,219,56)
0 Favorites   0 Comments

Color spaces of #dcdb38

RGB 22021956
HSL0.170.700.54
HSV60°75°86°
CMYK 0.000.000.75   0.14
XYZ55.560566.164213.5840
Yxy66.16420.41060.4890
Hunter Lab81.3414-20.422447.0375
CIE-Lab85.0801-17.623174.3407

#dcdb38 color RGB value is (220,219,56).

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

The process color (four color CMYK) of #dcdb38 color hex is 0.00, 0.00, 0.75, 0.14. Web safe color of #dcdb38 is #cccc33. Color #dcdb38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 00111000
Octal 334 333 70
Decimal 220 219 56
Hex DC DB 38

RGB Percentages of Color #dcdb38

%44.44
%44.24
%11.31

CMYK Percentages of Color #dcdb38

%0
%0
%75
%14

Triadic Colors of #dcdb38

#dcdb38 #38dcdb #db38dc

Analogous Colors of #dcdb38

#dcdb38 #8bdc38 #dc8938

Monochromatic Colors of #dcdb38

#dcdb38

Complementary Color

#dcdb38 #3839dc

#dcdb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdb38 Color CSS Codes

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

#dcdb38 Text Font Color

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

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


#dcdb38 Background Color

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

This div background color is #dcdb38


#dcdb38 Border Color

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

This div border color is #dcdb38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdb38


Comments

No comments written yet.

Please login to write comment.