Color Hex Logo

#dcc733 Color Hex

#DCC733
(220,199,51)
0 Favorites   0 Comments

Color spaces of #dcc733

RGB 22019951
HSL0.150.710.53
HSV53°77°86°
CMYK 0.000.100.77   0.14
XYZ50.536256.301511.3357
Yxy56.30150.42760.4764
Hunter Lab75.0343-11.088943.5669
CIE-Lab79.7851-7.801871.0605

#dcc733 color RGB value is (220,199,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 00110011
Octal 334 307 63
Decimal 220 199 51
Hex DC C7 33

RGB Percentages of Color #dcc733

%46.81
%42.34
%10.85

CMYK Percentages of Color #dcc733

%0
%10
%77
%14

Triadic Colors of #dcc733

#dcc733 #33dcc7 #c733dc

Analogous Colors of #dcc733

#dcc733 #9ddc33 #dc7333

Monochromatic Colors of #dcc733

#dcc733

Complementary Color

#dcc733 #3348dc

#dcc733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc733 Color CSS Codes

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

#dcc733 Text Font Color

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

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


#dcc733 Background Color

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

This div background color is #dcc733


#dcc733 Border Color

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

This div border color is #dcc733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc733


Comments

No comments written yet.

Please login to write comment.