Color Hex Logo

#ddbe5a Color Hex

#DDBE5A
(221,190,90)
0 Favorites   0 Comments

Color spaces of #ddbe5a

RGB 22119090
HSL0.130.660.61
HSV46°59°87°
CMYK 0.000.140.59   0.13
XYZ50.077752.937217.2514
Yxy52.93720.41640.4402
Hunter Lab72.7580-4.468836.8725
CIE-Lab77.8379-0.637553.5669

#ddbe5a color RGB value is (221,190,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 01011010
Octal 335 276 132
Decimal 221 190 90
Hex DD BE 5A

RGB Percentages of Color #ddbe5a

%44.11
%37.92
%17.96

CMYK Percentages of Color #ddbe5a

%0
%14
%59
%13

Triadic Colors of #ddbe5a

#ddbe5a #5addbe #be5add

Analogous Colors of #ddbe5a

#ddbe5a #bbdd5a #dd7d5a

Monochromatic Colors of #ddbe5a

#ddbe5a

Complementary Color

#ddbe5a #5a79dd

#ddbe5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe5a Color CSS Codes

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

#ddbe5a Text Font Color

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

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


#ddbe5a Background Color

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

This div background color is #ddbe5a


#ddbe5a Border Color

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

This div border color is #ddbe5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe5a

#ddbe5a Color Palettes


Comments

No comments written yet.

Please login to write comment.