Color Hex Logo

#ddb974 Color Hex

#DDB974
(221,185,116)
0 Favorites   0 Comments

Color spaces of #ddb974

RGB 221185116
HSL0.110.610.66
HSV39°48°87°
CMYK 0.000.160.48   0.13
XYZ50.320151.331023.7787
Yxy51.33100.40120.4092
Hunter Lab71.6457-0.011030.4740
CIE-Lab76.87914.146039.6958

#ddb974 color RGB value is (221,185,116).

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

The process color (four color CMYK) of #ddb974 color hex is 0.00, 0.16, 0.48, 0.13. Web safe color of #ddb974 is #cccc66. Color #ddb974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 01110100
Octal 335 271 164
Decimal 221 185 116
Hex DD B9 74

RGB Percentages of Color #ddb974

%42.34
%35.44
%22.22

CMYK Percentages of Color #ddb974

%0
%16
%48
%13

Triadic Colors of #ddb974

#ddb974 #74ddb9 #b974dd

Analogous Colors of #ddb974

#ddb974 #cddd74 #dd8574

Monochromatic Colors of #ddb974

#ddb974

Complementary Color

#ddb974 #7498dd

#ddb974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb974 Color CSS Codes

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

#ddb974 Text Font Color

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

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


#ddb974 Background Color

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

This div background color is #ddb974


#ddb974 Border Color

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

This div border color is #ddb974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb974


Comments

No comments written yet.

Please login to write comment.