Color Hex Logo

#ddc990 Color Hex

#DDC990
(221,201,144)
0 Favorites   0 Comments

Color spaces of #ddc990

RGB 221201144
HSL0.120.530.72
HSV44°35°87°
CMYK 0.000.090.35   0.13
XYZ55.739559.159134.8666
Yxy59.15910.37220.3950
Hunter Lab76.9150-5.244026.9635
CIE-Lab81.3790-1.221431.0652

#ddc990 color RGB value is (221,201,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 10010000
Octal 335 311 220
Decimal 221 201 144
Hex DD C9 90

RGB Percentages of Color #ddc990

%39.05
%35.51
%25.44

CMYK Percentages of Color #ddc990

%0
%9
%35
%13

Triadic Colors of #ddc990

#ddc990 #90ddc9 #c990dd

Analogous Colors of #ddc990

#ddc990 #cbdd90 #dda390

Monochromatic Colors of #ddc990

#ddc990

Complementary Color

#ddc990 #90a4dd

#ddc990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc990 Color CSS Codes

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

#ddc990 Text Font Color

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

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


#ddc990 Background Color

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

This div background color is #ddc990


#ddc990 Border Color

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

This div border color is #ddc990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,201,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 #ddc990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc990

#ddc990 Color Palettes


Comments

No comments written yet.

Please login to write comment.