Color Hex Logo

#ddd76c Color Hex

#DDD76C
(221,215,108)
0 Favorites   0 Comments

Color spaces of #ddd76c

RGB 221215108
HSL0.160.620.65
HSV57°51°87°
CMYK 0.000.030.51   0.13
XYZ56.826065.055723.7493
Yxy65.05570.39020.4467
Hunter Lab80.6571-15.389939.0022
CIE-Lab84.5124-12.025952.9064

#ddd76c color RGB value is (221,215,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 01101100
Octal 335 327 154
Decimal 221 215 108
Hex DD D7 6C

RGB Percentages of Color #ddd76c

%40.63
%39.52
%19.85

CMYK Percentages of Color #ddd76c

%0
%3
%51
%13

Triadic Colors of #ddd76c

#ddd76c #6cddd7 #d76cdd

Analogous Colors of #ddd76c

#ddd76c #abdd6c #dd9f6c

Monochromatic Colors of #ddd76c

#ddd76c

Complementary Color

#ddd76c #6c72dd

#ddd76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd76c Color CSS Codes

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

#ddd76c Text Font Color

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

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


#ddd76c Background Color

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

This div background color is #ddd76c


#ddd76c Border Color

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

This div border color is #ddd76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd76c


Comments

No comments written yet.

Please login to write comment.