Color Hex Logo

#ddbb74 Color Hex

#DDBB74
(221,187,116)
0 Favorites   0 Comments

Color spaces of #ddbb74

RGB 221187116
HSL0.110.610.66
HSV41°48°87°
CMYK 0.000.150.48   0.13
XYZ50.741552.173823.9192
Yxy52.17380.40010.4114
Hunter Lab72.2314-1.011430.9283
CIE-Lab77.38463.092840.3307

#ddbb74 color RGB value is (221,187,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 01110100
Octal 335 273 164
Decimal 221 187 116
Hex DD BB 74

RGB Percentages of Color #ddbb74

%42.18
%35.69
%22.14

CMYK Percentages of Color #ddbb74

%0
%15
%48
%13

Triadic Colors of #ddbb74

#ddbb74 #74ddbb #bb74dd

Analogous Colors of #ddbb74

#ddbb74 #cbdd74 #dd8774

Monochromatic Colors of #ddbb74

#ddbb74

Complementary Color

#ddbb74 #7496dd

#ddbb74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb74 Color CSS Codes

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

#ddbb74 Text Font Color

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

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


#ddbb74 Background Color

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

This div background color is #ddbb74


#ddbb74 Border Color

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

This div border color is #ddbb74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb74


Comments

No comments written yet.

Please login to write comment.