Color Hex Logo

#ddd672 Color Hex

#DDD672
(221,214,114)
0 Favorites   0 Comments

Color spaces of #ddd672

RGB 221214114
HSL0.160.610.66
HSV56°48°87°
CMYK 0.000.030.48   0.13
XYZ56.902664.680225.4050
Yxy64.68020.38710.4400
Hunter Lab80.4240-14.447437.5678
CIE-Lab84.3187-11.001649.8372

#ddd672 color RGB value is (221,214,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 01110010
Octal 335 326 162
Decimal 221 214 114
Hex DD D6 72

RGB Percentages of Color #ddd672

%40.26
%38.98
%20.77

CMYK Percentages of Color #ddd672

%0
%3
%48
%13

Triadic Colors of #ddd672

#ddd672 #72ddd6 #d672dd

Analogous Colors of #ddd672

#ddd672 #afdd72 #dda172

Monochromatic Colors of #ddd672

#ddd672

Complementary Color

#ddd672 #7279dd

#ddd672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd672 Color CSS Codes

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

#ddd672 Text Font Color

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

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


#ddd672 Background Color

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

This div background color is #ddd672


#ddd672 Border Color

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

This div border color is #ddd672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd672


Comments

No comments written yet.

Please login to write comment.