Color Hex Logo

#ddd56b Color Hex

#DDD56B
(221,213,107)
0 Favorites   0 Comments

Color spaces of #ddd56b

RGB 221213107
HSL0.150.630.64
HSV56°52°87°
CMYK 0.000.040.52   0.13
XYZ56.266964.022223.3019
Yxy64.02220.39190.4459
Hunter Lab80.0139-14.500538.7431
CIE-Lab83.9773-11.105452.7446

#ddd56b color RGB value is (221,213,107).

#ddd56b hex color red value is 221, green value is 213 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ddd56b hue: 0.15 , saturation: 0.63 and the lightness value of ddd56b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 01101011
Octal 335 325 153
Decimal 221 213 107
Hex DD D5 6B

RGB Percentages of Color #ddd56b

%40.85
%39.37
%19.78

CMYK Percentages of Color #ddd56b

%0
%4
%52
%13

Triadic Colors of #ddd56b

#ddd56b #6bddd5 #d56bdd

Analogous Colors of #ddd56b

#ddd56b #acdd6b #dd9c6b

Monochromatic Colors of #ddd56b

#ddd56b

Complementary Color

#ddd56b #6b73dd

#ddd56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd56b Color CSS Codes

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

#ddd56b Text Font Color

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

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


#ddd56b Background Color

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

This div background color is #ddd56b


#ddd56b Border Color

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

This div border color is #ddd56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd56b


Comments

No comments written yet.

Please login to write comment.