Color Hex Logo

#ddb276 Color Hex

#DDB276
(221,178,118)
0 Favorites   0 Comments

Color spaces of #ddb276

RGB 221178118
HSL0.100.600.66
HSV35°47°87°
CMYK 0.000.190.47   0.13
XYZ49.009248.520923.9220
Yxy48.52090.40350.3995
Hunter Lab69.65693.689328.3981
CIE-Lab75.15238.045636.4771

#ddb276 color RGB value is (221,178,118).

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

The process color (four color CMYK) of #ddb276 color hex is 0.00, 0.19, 0.47, 0.13. Web safe color of #ddb276 is #cc9966. Color #ddb276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 01110110
Octal 335 262 166
Decimal 221 178 118
Hex DD B2 76

RGB Percentages of Color #ddb276

%42.75
%34.43
%22.82

CMYK Percentages of Color #ddb276

%0
%19
%47
%13

Triadic Colors of #ddb276

#ddb276 #76ddb2 #b276dd

Analogous Colors of #ddb276

#ddb276 #d5dd76 #dd7f76

Monochromatic Colors of #ddb276

#ddb276

Complementary Color

#ddb276 #76a1dd

#ddb276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb276 Color CSS Codes

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

#ddb276 Text Font Color

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

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


#ddb276 Background Color

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

This div background color is #ddb276


#ddb276 Border Color

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

This div border color is #ddb276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb276


Comments

No comments written yet.

Please login to write comment.