Color Hex Logo

#dcd733 Color Hex

#DCD733
(220,215,51)
0 Favorites   0 Comments

Color spaces of #dcd733

RGB 22021551
HSL0.160.710.53
HSV58°77°86°
CMYK 0.000.020.77   0.14
XYZ54.413264.055512.6280
Yxy64.05550.41510.4886
Hunter Lab80.0347-18.703846.6694
CIE-Lab83.9947-15.842174.8709

#dcd733 color RGB value is (220,215,51).

#dcd733 hex color red value is 220, green value is 215 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dcd733 hue: 0.16 , saturation: 0.71 and the lightness value of dcd733 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 00110011
Octal 334 327 63
Decimal 220 215 51
Hex DC D7 33

RGB Percentages of Color #dcd733

%45.27
%44.24
%10.49

CMYK Percentages of Color #dcd733

%0
%2
%77
%14

Triadic Colors of #dcd733

#dcd733 #33dcd7 #d733dc

Analogous Colors of #dcd733

#dcd733 #8ddc33 #dc8333

Monochromatic Colors of #dcd733

#dcd733

Complementary Color

#dcd733 #3338dc

#dcd733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd733 Color CSS Codes

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

#dcd733 Text Font Color

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

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


#dcd733 Background Color

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

This div background color is #dcd733


#dcd733 Border Color

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

This div border color is #dcd733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd733


Comments

No comments written yet.

Please login to write comment.