Color Hex Logo

#ddb598 Color Hex

#DDB598
(221,181,152)
0 Favorites   0 Comments

Color spaces of #ddb598

RGB 221181152
HSL0.070.500.73
HSV25°31°87°
CMYK 0.000.180.31   0.13
XYZ52.010250.686936.7481
Yxy50.68690.37300.3635
Hunter Lab71.19475.809619.2330
CIE-Lab76.489010.306220.2159

#ddb598 color RGB value is (221,181,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 10011000
Octal 335 265 230
Decimal 221 181 152
Hex DD B5 98

RGB Percentages of Color #ddb598

%39.89
%32.67
%27.44

CMYK Percentages of Color #ddb598

%0
%18
%31
%13

Triadic Colors of #ddb598

#ddb598 #98ddb5 #b598dd

Analogous Colors of #ddb598

#ddb598 #ddd898 #dd989e

Monochromatic Colors of #ddb598

#ddb598

Complementary Color

#ddb598 #98c0dd

#ddb598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb598 Color CSS Codes

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

#ddb598 Text Font Color

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

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


#ddb598 Background Color

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

This div background color is #ddb598


#ddb598 Border Color

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

This div border color is #ddb598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb598


Comments

No comments written yet.

Please login to write comment.