Color Hex Logo

#ddbe59 Color Hex

#DDBE59
(221,190,89)
0 Favorites   0 Comments

Color spaces of #ddbe59

RGB 22119089
HSL0.130.660.61
HSV46°60°87°
CMYK 0.000.140.60   0.13
XYZ50.035452.920317.0287
Yxy52.92030.41700.4411
Hunter Lab72.7463-4.532637.0436
CIE-Lab77.8279-0.708254.0173

#ddbe59 color RGB value is (221,190,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 01011001
Octal 335 276 131
Decimal 221 190 89
Hex DD BE 59

RGB Percentages of Color #ddbe59

%44.20
%38.00
%17.80

CMYK Percentages of Color #ddbe59

%0
%14
%60
%13

Triadic Colors of #ddbe59

#ddbe59 #59ddbe #be59dd

Analogous Colors of #ddbe59

#ddbe59 #badd59 #dd7c59

Monochromatic Colors of #ddbe59

#ddbe59

Complementary Color

#ddbe59 #5978dd

#ddbe59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe59 Color CSS Codes

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

#ddbe59 Text Font Color

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

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


#ddbe59 Background Color

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

This div background color is #ddbe59


#ddbe59 Border Color

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

This div border color is #ddbe59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe59


Comments

No comments written yet.

Please login to write comment.