Color Hex Logo

#ddd667 Color Hex

#DDD667
(221,214,103)
0 Favorites   0 Comments

Color spaces of #ddd667

RGB 221214103
HSL0.160.630.64
HSV56°53°87°
CMYK 0.000.030.53   0.13
XYZ56.313564.444622.3030
Yxy64.44460.39360.4505
Hunter Lab80.2774-15.270139.7220
CIE-Lab84.1967-11.935254.8573

#ddd667 color RGB value is (221,214,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 01100111
Octal 335 326 147
Decimal 221 214 103
Hex DD D6 67

RGB Percentages of Color #ddd667

%41.08
%39.78
%19.14

CMYK Percentages of Color #ddd667

%0
%3
%53
%13

Triadic Colors of #ddd667

#ddd667 #67ddd6 #d667dd

Analogous Colors of #ddd667

#ddd667 #a9dd67 #dd9b67

Monochromatic Colors of #ddd667

#ddd667

Complementary Color

#ddd667 #676edd

#ddd667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd667 Color CSS Codes

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

#ddd667 Text Font Color

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

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


#ddd667 Background Color

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

This div background color is #ddd667


#ddd667 Border Color

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

This div border color is #ddd667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd667


Comments

No comments written yet.

Please login to write comment.