Color Hex Logo

#ddcd3d Color Hex

#DDCD3D
(221,205,61)
0 Favorites   0 Comments

Color spaces of #ddcd3d

RGB 22120561
HSL0.150.700.55
HSV54°72°87°
CMYK 0.000.070.72   0.13
XYZ52.492459.371713.1081
Yxy59.37170.42000.4751
Hunter Lab77.0530-13.239643.8508
CIE-Lab81.4955-10.013669.3412

#ddcd3d color RGB value is (221,205,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 00111101
Octal 335 315 75
Decimal 221 205 61
Hex DD CD 3D

RGB Percentages of Color #ddcd3d

%45.38
%42.09
%12.53

CMYK Percentages of Color #ddcd3d

%0
%7
%72
%13

Triadic Colors of #ddcd3d

#ddcd3d #3dddcd #cd3ddd

Analogous Colors of #ddcd3d

#ddcd3d #9ddd3d #dd7d3d

Monochromatic Colors of #ddcd3d

#ddcd3d

Complementary Color

#ddcd3d #3d4ddd

#ddcd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd3d Color CSS Codes

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

#ddcd3d Text Font Color

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

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


#ddcd3d Background Color

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

This div background color is #ddcd3d


#ddcd3d Border Color

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

This div border color is #ddcd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd3d


Comments

No comments written yet.

Please login to write comment.