Color Hex Logo

#ddd46d Color Hex

#DDD46D
(221,212,109)
0 Favorites   0 Comments

Color spaces of #ddd46d

RGB 221212109
HSL0.150.620.65
HSV55°51°87°
CMYK 0.000.040.51   0.13
XYZ56.122663.563223.7790
Yxy63.56320.39120.4431
Hunter Lab79.7265-13.868438.1249
CIE-Lab83.7378-10.432351.5207

#ddd46d color RGB value is (221,212,109).

#ddd46d hex color red value is 221, green value is 212 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ddd46d hue: 0.15 , saturation: 0.62 and the lightness value of ddd46d is 0.65.

The process color (four color CMYK) of #ddd46d color hex is 0.00, 0.04, 0.51, 0.13. Web safe color of #ddd46d is #cccc66. Color #ddd46d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 01101101
Octal 335 324 155
Decimal 221 212 109
Hex DD D4 6D

RGB Percentages of Color #ddd46d

%40.77
%39.11
%20.11

CMYK Percentages of Color #ddd46d

%0
%4
%51
%13

Triadic Colors of #ddd46d

#ddd46d #6dddd4 #d46ddd

Analogous Colors of #ddd46d

#ddd46d #aedd6d #dd9c6d

Monochromatic Colors of #ddd46d

#ddd46d

Complementary Color

#ddd46d #6d76dd

#ddd46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd46d Color CSS Codes

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

#ddd46d Text Font Color

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

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


#ddd46d Background Color

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

This div background color is #ddd46d


#ddd46d Border Color

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

This div border color is #ddd46d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,212,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd46d


Comments

No comments written yet.

Please login to write comment.