Color Hex Logo

#ddb474 Color Hex

#DDB474
(221,180,116)
0 Favorites   0 Comments

Color spaces of #ddb474

RGB 221180116
HSL0.100.610.66
HSV37°48°87°
CMYK 0.000.190.48   0.13
XYZ49.292449.275623.4362
Yxy49.27560.40400.4039
Hunter Lab70.19662.499629.3427
CIE-Lab75.62256.789838.1103

#ddb474 color RGB value is (221,180,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 01110100
Octal 335 264 164
Decimal 221 180 116
Hex DD B4 74

RGB Percentages of Color #ddb474

%42.75
%34.82
%22.44

CMYK Percentages of Color #ddb474

%0
%19
%48
%13

Triadic Colors of #ddb474

#ddb474 #74ddb4 #b474dd

Analogous Colors of #ddb474

#ddb474 #d2dd74 #dd8074

Monochromatic Colors of #ddb474

#ddb474

Complementary Color

#ddb474 #749ddd

#ddb474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb474 Color CSS Codes

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

#ddb474 Text Font Color

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

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


#ddb474 Background Color

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

This div background color is #ddb474


#ddb474 Border Color

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

This div border color is #ddb474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb474


Comments

No comments written yet.

Please login to write comment.