Color Hex Logo

#ddbe47 Color Hex

#DDBE47
(221,190,71)
0 Favorites   0 Comments

Color spaces of #ddbe47

RGB 22119071
HSL0.130.690.57
HSV48°68°87°
CMYK 0.000.140.68   0.13
XYZ49.369652.654013.5224
Yxy52.65400.42730.4557
Hunter Lab72.5631-5.539739.7452
CIE-Lab77.6703-1.827461.7164

#ddbe47 color RGB value is (221,190,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 01000111
Octal 335 276 107
Decimal 221 190 71
Hex DD BE 47

RGB Percentages of Color #ddbe47

%45.85
%39.42
%14.73

CMYK Percentages of Color #ddbe47

%0
%14
%68
%13

Triadic Colors of #ddbe47

#ddbe47 #47ddbe #be47dd

Analogous Colors of #ddbe47

#ddbe47 #b1dd47 #dd7347

Monochromatic Colors of #ddbe47

#ddbe47

Complementary Color

#ddbe47 #4766dd

#ddbe47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe47 Color CSS Codes

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

#ddbe47 Text Font Color

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

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


#ddbe47 Background Color

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

This div background color is #ddbe47


#ddbe47 Border Color

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

This div border color is #ddbe47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe47


Comments

No comments written yet.

Please login to write comment.