Color Hex Logo

#ddbb47 Color Hex

#DDBB47
(221,187,71)
0 Favorites   0 Comments

Color spaces of #ddbb47

RGB 22118771
HSL0.130.690.57
HSV46°68°87°
CMYK 0.000.150.68   0.13
XYZ48.726451.367713.3080
Yxy51.36770.42970.4530
Hunter Lab71.6713-4.069839.1609
CIE-Lab76.9012-0.265560.9206

#ddbb47 color RGB value is (221,187,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 01000111
Octal 335 273 107
Decimal 221 187 71
Hex DD BB 47

RGB Percentages of Color #ddbb47

%46.14
%39.04
%14.82

CMYK Percentages of Color #ddbb47

%0
%15
%68
%13

Triadic Colors of #ddbb47

#ddbb47 #47ddbb #bb47dd

Analogous Colors of #ddbb47

#ddbb47 #b4dd47 #dd7047

Monochromatic Colors of #ddbb47

#ddbb47

Complementary Color

#ddbb47 #4769dd

#ddbb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb47 Color CSS Codes

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

#ddbb47 Text Font Color

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

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


#ddbb47 Background Color

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

This div background color is #ddbb47


#ddbb47 Border Color

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

This div border color is #ddbb47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,187,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 #ddbb47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb47


Comments

No comments written yet.

Please login to write comment.