Color Hex Logo

#ddb690 Color Hex

#DDB690
(221,182,144)
0 Favorites   0 Comments

Color spaces of #ddb690

RGB 221182144
HSL0.080.530.72
HSV30°35°87°
CMYK 0.000.180.35   0.13
XYZ51.580850.841733.4804
Yxy50.84170.37950.3741
Hunter Lab71.30344.345922.0728
CIE-Lab76.58308.772224.6343

#ddb690 color RGB value is (221,182,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 10010000
Octal 335 266 220
Decimal 221 182 144
Hex DD B6 90

RGB Percentages of Color #ddb690

%40.40
%33.27
%26.33

CMYK Percentages of Color #ddb690

%0
%18
%35
%13

Triadic Colors of #ddb690

#ddb690 #90ddb6 #b690dd

Analogous Colors of #ddb690

#ddb690 #dddd90 #dd9091

Monochromatic Colors of #ddb690

#ddb690

Complementary Color

#ddb690 #90b7dd

#ddb690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb690 Color CSS Codes

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

#ddb690 Text Font Color

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

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


#ddb690 Background Color

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

This div background color is #ddb690


#ddb690 Border Color

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

This div border color is #ddb690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb690


Comments

No comments written yet.

Please login to write comment.