Color Hex Logo

#dcc33d Color Hex

#DCC33D
(220,195,61)
0 Favorites   0 Comments

Color spaces of #dcc33d

RGB 22019561
HSL0.140.690.55
HSV51°72°86°
CMYK 0.000.110.72   0.14
XYZ49.872654.582812.3218
Yxy54.58280.42710.4674
Hunter Lab73.8802-8.794441.8277
CIE-Lab78.8003-5.338066.7099

#dcc33d color RGB value is (220,195,61).

#dcc33d hex color red value is 220, green value is 195 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dcc33d hue: 0.14 , saturation: 0.69 and the lightness value of dcc33d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 00111101
Octal 334 303 75
Decimal 220 195 61
Hex DC C3 3D

RGB Percentages of Color #dcc33d

%46.22
%40.97
%12.82

CMYK Percentages of Color #dcc33d

%0
%11
%72
%14

Triadic Colors of #dcc33d

#dcc33d #3ddcc3 #c33ddc

Analogous Colors of #dcc33d

#dcc33d #a6dc3d #dc743d

Monochromatic Colors of #dcc33d

#dcc33d

Complementary Color

#dcc33d #3d56dc

#dcc33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc33d Color CSS Codes

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

#dcc33d Text Font Color

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

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


#dcc33d Background Color

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

This div background color is #dcc33d


#dcc33d Border Color

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

This div border color is #dcc33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc33d


Comments

No comments written yet.

Please login to write comment.