Color Hex Logo

#dccd3d Color Hex

#DCCD3D
(220,205,61)
0 Favorites   0 Comments

Color spaces of #dccd3d

RGB 22020561
HSL0.150.690.55
HSV54°72°86°
CMYK 0.000.070.72   0.14
XYZ52.188859.215213.0939
Yxy59.21520.41920.4756
Hunter Lab76.9514-13.605543.7773
CIE-Lab81.4097-10.436569.2291

#dccd3d color RGB value is (220,205,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 00111101
Octal 334 315 75
Decimal 220 205 61
Hex DC CD 3D

RGB Percentages of Color #dccd3d

%45.27
%42.18
%12.55

CMYK Percentages of Color #dccd3d

%0
%7
%72
%14

Triadic Colors of #dccd3d

#dccd3d #3ddccd #cd3ddc

Analogous Colors of #dccd3d

#dccd3d #9cdc3d #dc7e3d

Monochromatic Colors of #dccd3d

#dccd3d

Complementary Color

#dccd3d #3d4cdc

#dccd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd3d Color CSS Codes

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

#dccd3d Text Font Color

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

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


#dccd3d Background Color

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

This div background color is #dccd3d


#dccd3d Border Color

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

This div border color is #dccd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd3d


Comments

No comments written yet.

Please login to write comment.