Color Hex Logo

#ddb282 Color Hex

#DDB282
(221,178,130)
0 Favorites   0 Comments

Color spaces of #ddb282

RGB 221178130
HSL0.090.570.69
HSV32°41°87°
CMYK 0.000.190.41   0.13
XYZ49.768548.824627.9201
Yxy48.82460.39340.3859
Hunter Lab69.87464.856925.2215
CIE-Lab75.34219.287630.4244

#ddb282 color RGB value is (221,178,130).

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

The process color (four color CMYK) of #ddb282 color hex is 0.00, 0.19, 0.41, 0.13. Web safe color of #ddb282 is #cc9999. Color #ddb282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 10000010
Octal 335 262 202
Decimal 221 178 130
Hex DD B2 82

RGB Percentages of Color #ddb282

%41.78
%33.65
%24.57

CMYK Percentages of Color #ddb282

%0
%19
%41
%13

Triadic Colors of #ddb282

#ddb282 #82ddb2 #b282dd

Analogous Colors of #ddb282

#ddb282 #dbdd82 #dd8582

Monochromatic Colors of #ddb282

#ddb282

Complementary Color

#ddb282 #82addd

#ddb282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb282 Color CSS Codes

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

#ddb282 Text Font Color

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

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


#ddb282 Background Color

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

This div background color is #ddb282


#ddb282 Border Color

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

This div border color is #ddb282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb282


Comments

No comments written yet.

Please login to write comment.