Color Hex Logo

#ddbe5f Color Hex

#DDBE5F
(221,190,95)
0 Favorites   0 Comments

Color spaces of #ddbe5f

RGB 22119095
HSL0.130.650.62
HSV45°57°87°
CMYK 0.000.140.57   0.13
XYZ50.297853.025318.4104
Yxy53.02530.41320.4356
Hunter Lab72.8185-4.137335.9829
CIE-Lab77.8899-0.270951.2853

#ddbe5f color RGB value is (221,190,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 01011111
Octal 335 276 137
Decimal 221 190 95
Hex DD BE 5F

RGB Percentages of Color #ddbe5f

%43.68
%37.55
%18.77

CMYK Percentages of Color #ddbe5f

%0
%14
%57
%13

Triadic Colors of #ddbe5f

#ddbe5f #5fddbe #be5fdd

Analogous Colors of #ddbe5f

#ddbe5f #bddd5f #dd7f5f

Monochromatic Colors of #ddbe5f

#ddbe5f

Complementary Color

#ddbe5f #5f7edd

#ddbe5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe5f Color CSS Codes

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

#ddbe5f Text Font Color

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

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


#ddbe5f Background Color

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

This div background color is #ddbe5f


#ddbe5f Border Color

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

This div border color is #ddbe5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe5f


Comments

No comments written yet.

Please login to write comment.