Color Hex Logo

#ddbe2d Color Hex

#DDBE2D
(221,190,45)
0 Favorites   0 Comments

Color spaces of #ddbe2d

RGB 22119045
HSL0.140.720.52
HSV49°80°87°
CMYK 0.000.140.80   0.13
XYZ48.705952.388510.0275
Yxy52.38850.43830.4715
Hunter Lab72.3799-6.548642.4519
CIE-Lab77.5126-2.956870.9106

#ddbe2d color RGB value is (221,190,45).

#ddbe2d hex color red value is 221, green value is 190 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ddbe2d hue: 0.14 , saturation: 0.72 and the lightness value of ddbe2d is 0.52.

The process color (four color CMYK) of #ddbe2d color hex is 0.00, 0.14, 0.80, 0.13. Web safe color of #ddbe2d is #cccc33. Color #ddbe2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 00101101
Octal 335 276 55
Decimal 221 190 45
Hex DD BE 2D

RGB Percentages of Color #ddbe2d

%48.46
%41.67
%9.87

CMYK Percentages of Color #ddbe2d

%0
%14
%80
%13

Triadic Colors of #ddbe2d

#ddbe2d #2dddbe #be2ddd

Analogous Colors of #ddbe2d

#ddbe2d #a4dd2d #dd662d

Monochromatic Colors of #ddbe2d

#ddbe2d

Complementary Color

#ddbe2d #2d4cdd

#ddbe2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe2d Color CSS Codes

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

#ddbe2d Text Font Color

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

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


#ddbe2d Background Color

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

This div background color is #ddbe2d


#ddbe2d Border Color

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

This div border color is #ddbe2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe2d


Comments

No comments written yet.

Please login to write comment.