Color Hex Logo

#ddd53d Color Hex

#DDD53D
(221,213,61)
0 Favorites   0 Comments

Color spaces of #ddd53d

RGB 22121361
HSL0.160.700.55
HSV57°72°87°
CMYK 0.000.040.72   0.13
XYZ54.455363.297613.7624
Yxy63.29760.41410.4813
Hunter Lab79.5598-17.054045.4358
CIE-Lab83.5987-14.028471.3510

#ddd53d color RGB value is (221,213,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 00111101
Octal 335 325 75
Decimal 221 213 61
Hex DD D5 3D

RGB Percentages of Color #ddd53d

%44.65
%43.03
%12.32

CMYK Percentages of Color #ddd53d

%0
%4
%72
%13

Triadic Colors of #ddd53d

#ddd53d #3dddd5 #d53ddd

Analogous Colors of #ddd53d

#ddd53d #95dd3d #dd853d

Monochromatic Colors of #ddd53d

#ddd53d

Complementary Color

#ddd53d #3d45dd

#ddd53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd53d Color CSS Codes

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

#ddd53d Text Font Color

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

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


#ddd53d Background Color

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

This div background color is #ddd53d


#ddd53d Border Color

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

This div border color is #ddd53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd53d


Comments

No comments written yet.

Please login to write comment.