Color Hex Logo

#ddbe6f Color Hex

#DDBE6F
(221,190,111)
0 Favorites   0 Comments

Color spaces of #ddbe6f

RGB 221190111
HSL0.120.620.65
HSV43°50°87°
CMYK 0.000.140.50   0.13
XYZ51.101553.346822.6425
Yxy53.34680.40210.4198
Hunter Lab73.0389-2.930932.7470
CIE-Lab78.07931.055543.7149

#ddbe6f color RGB value is (221,190,111).

#ddbe6f hex color red value is 221, green value is 190 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ddbe6f hue: 0.12 , saturation: 0.62 and the lightness value of ddbe6f is 0.65.

The process color (four color CMYK) of #ddbe6f color hex is 0.00, 0.14, 0.50, 0.13. Web safe color of #ddbe6f is #cccc66. Color #ddbe6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 01101111
Octal 335 276 157
Decimal 221 190 111
Hex DD BE 6F

RGB Percentages of Color #ddbe6f

%42.34
%36.40
%21.26

CMYK Percentages of Color #ddbe6f

%0
%14
%50
%13

Triadic Colors of #ddbe6f

#ddbe6f #6fddbe #be6fdd

Analogous Colors of #ddbe6f

#ddbe6f #c5dd6f #dd876f

Monochromatic Colors of #ddbe6f

#ddbe6f

Complementary Color

#ddbe6f #6f8edd

#ddbe6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe6f Color CSS Codes

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

#ddbe6f Text Font Color

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

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


#ddbe6f Background Color

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

This div background color is #ddbe6f


#ddbe6f Border Color

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

This div border color is #ddbe6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe6f


Comments

No comments written yet.

Please login to write comment.