Color Hex Logo

#ddca90 Color Hex

#DDCA90
(221,202,144)
0 Favorites   0 Comments

Color spaces of #ddca90

RGB 221202144
HSL0.130.530.72
HSV45°35°87°
CMYK 0.000.090.35   0.13
XYZ55.973459.626834.9446
Yxy59.62680.37180.3961
Hunter Lab77.2184-5.742627.2216
CIE-Lab81.6349-1.740131.4046

#ddca90 color RGB value is (221,202,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 10010000
Octal 335 312 220
Decimal 221 202 144
Hex DD CA 90

RGB Percentages of Color #ddca90

%38.98
%35.63
%25.40

CMYK Percentages of Color #ddca90

%0
%9
%35
%13

Triadic Colors of #ddca90

#ddca90 #90ddca #ca90dd

Analogous Colors of #ddca90

#ddca90 #cadd90 #dda490

Monochromatic Colors of #ddca90

#ddca90

Complementary Color

#ddca90 #90a3dd

#ddca90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca90 Color CSS Codes

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

#ddca90 Text Font Color

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

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


#ddca90 Background Color

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

This div background color is #ddca90


#ddca90 Border Color

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

This div border color is #ddca90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca90

#ddca90 Color Palettes


Comments

No comments written yet.

Please login to write comment.