Color Hex Logo

#ddd690 Color Hex

#DDD690
(221,214,144)
0 Favorites   0 Comments

Color spaces of #ddd690

RGB 221214144
HSL0.150.530.72
HSV55°35°87°
CMYK 0.000.030.35   0.13
XYZ58.899465.478935.9199
Yxy65.47890.36740.4085
Hunter Lab80.9190-11.681630.3245
CIE-Lab84.7299-7.901435.4785

#ddd690 color RGB value is (221,214,144).

#ddd690 hex color red value is 221, green value is 214 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ddd690 hue: 0.15 , saturation: 0.53 and the lightness value of ddd690 is 0.72.

The process color (four color CMYK) of #ddd690 color hex is 0.00, 0.03, 0.35, 0.13. Web safe color of #ddd690 is #cccc99. Color #ddd690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 10010000
Octal 335 326 220
Decimal 221 214 144
Hex DD D6 90

RGB Percentages of Color #ddd690

%38.17
%36.96
%24.87

CMYK Percentages of Color #ddd690

%0
%3
%35
%13

Triadic Colors of #ddd690

#ddd690 #90ddd6 #d690dd

Analogous Colors of #ddd690

#ddd690 #bedd90 #ddb090

Monochromatic Colors of #ddd690

#ddd690

Complementary Color

#ddd690 #9097dd

#ddd690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd690 Color CSS Codes

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

#ddd690 Text Font Color

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

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


#ddd690 Background Color

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

This div background color is #ddd690


#ddd690 Border Color

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

This div border color is #ddd690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd690

#ddd690 Color Palettes


Comments

No comments written yet.

Please login to write comment.