Color Hex Logo

#dccd2d Color Hex

#DCCD2D
(220,205,45)
0 Favorites   0 Comments

Color spaces of #dccd2d

RGB 22020545
HSL0.150.710.52
HSV55°80°86°
CMYK 0.000.070.80   0.14
XYZ51.820259.067711.1526
Yxy59.06770.42460.4840
Hunter Lab76.8555-14.142745.1952
CIE-Lab81.3288-11.053774.2314

#dccd2d color RGB value is (220,205,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 00101101
Octal 334 315 55
Decimal 220 205 45
Hex DC CD 2D

RGB Percentages of Color #dccd2d

%46.81
%43.62
%9.57

CMYK Percentages of Color #dccd2d

%0
%7
%80
%14

Triadic Colors of #dccd2d

#dccd2d #2ddccd #cd2ddc

Analogous Colors of #dccd2d

#dccd2d #94dc2d #dc762d

Monochromatic Colors of #dccd2d

#dccd2d

Complementary Color

#dccd2d #2d3cdc

#dccd2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd2d Color CSS Codes

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

#dccd2d Text Font Color

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

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


#dccd2d Background Color

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

This div background color is #dccd2d


#dccd2d Border Color

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

This div border color is #dccd2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd2d


Comments

No comments written yet.

Please login to write comment.