Color Hex Logo

#ddb984 Color Hex

#DDB984
(221,185,132)
0 Favorites   0 Comments

Color spaces of #ddb984

RGB 221185132
HSL0.100.570.69
HSV36°40°87°
CMYK 0.000.160.40   0.13
XYZ51.332651.736029.1103
Yxy51.73600.38840.3914
Hunter Lab71.92771.516426.3538
CIE-Lab77.12275.790731.7140

#ddb984 color RGB value is (221,185,132).

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

The process color (four color CMYK) of #ddb984 color hex is 0.00, 0.16, 0.40, 0.13. Web safe color of #ddb984 is #cccc99. Color #ddb984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 10000100
Octal 335 271 204
Decimal 221 185 132
Hex DD B9 84

RGB Percentages of Color #ddb984

%41.08
%34.39
%24.54

CMYK Percentages of Color #ddb984

%0
%16
%40
%13

Triadic Colors of #ddb984

#ddb984 #84ddb9 #b984dd

Analogous Colors of #ddb984

#ddb984 #d5dd84 #dd8d84

Monochromatic Colors of #ddb984

#ddb984

Complementary Color

#ddb984 #84a8dd

#ddb984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb984 Color CSS Codes

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

#ddb984 Text Font Color

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

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


#ddb984 Background Color

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

This div background color is #ddb984


#ddb984 Border Color

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

This div border color is #ddb984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb984


Comments

No comments written yet.

Please login to write comment.