Color Hex Logo

#ddb998 Color Hex

#DDB998
(221,185,152)
0 Favorites   0 Comments

Color spaces of #ddb998

RGB 221185152
HSL0.080.500.73
HSV29°31°87°
CMYK 0.000.160.31   0.13
XYZ52.835352.337137.0231
Yxy52.33710.37160.3681
Hunter Lab72.34443.761320.2987
CIE-Lab77.48208.177321.5816

#ddb998 color RGB value is (221,185,152).

#ddb998 hex color red value is 221, green value is 185 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ddb998 hue: 0.08 , saturation: 0.50 and the lightness value of ddb998 is 0.73.

The process color (four color CMYK) of #ddb998 color hex is 0.00, 0.16, 0.31, 0.13. Web safe color of #ddb998 is #cccc99. Color #ddb998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 10011000
Octal 335 271 230
Decimal 221 185 152
Hex DD B9 98

RGB Percentages of Color #ddb998

%39.61
%33.15
%27.24

CMYK Percentages of Color #ddb998

%0
%16
%31
%13

Triadic Colors of #ddb998

#ddb998 #98ddb9 #b998dd

Analogous Colors of #ddb998

#ddb998 #dddc98 #dd989a

Monochromatic Colors of #ddb998

#ddb998

Complementary Color

#ddb998 #98bcdd

#ddb998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb998 Color CSS Codes

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

#ddb998 Text Font Color

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

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


#ddb998 Background Color

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

This div background color is #ddb998


#ddb998 Border Color

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

This div border color is #ddb998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb998


Comments

No comments written yet.

Please login to write comment.