Color Hex Logo

#ddd673 Color Hex

#DDD673
(221,214,115)
0 Favorites   0 Comments

Color spaces of #ddd673

RGB 221214115
HSL0.160.610.66
HSV56°48°87°
CMYK 0.000.030.48   0.13
XYZ56.959964.703125.7065
Yxy64.70310.38650.4391
Hunter Lab80.4382-14.367537.3588
CIE-Lab84.3305-10.911249.3725

#ddd673 color RGB value is (221,214,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 01110011
Octal 335 326 163
Decimal 221 214 115
Hex DD D6 73

RGB Percentages of Color #ddd673

%40.18
%38.91
%20.91

CMYK Percentages of Color #ddd673

%0
%3
%48
%13

Triadic Colors of #ddd673

#ddd673 #73ddd6 #d673dd

Analogous Colors of #ddd673

#ddd673 #afdd73 #dda173

Monochromatic Colors of #ddd673

#ddd673

Complementary Color

#ddd673 #737add

#ddd673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd673 Color CSS Codes

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

#ddd673 Text Font Color

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

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


#ddd673 Background Color

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

This div background color is #ddd673


#ddd673 Border Color

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

This div border color is #ddd673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd673


Comments

No comments written yet.

Please login to write comment.