Color Hex Logo

#ddb48f Color Hex

#DDB48F
(221,180,143)
0 Favorites   0 Comments

Color spaces of #ddb48f

RGB 221180143
HSL0.080.530.71
HSV28°35°87°
CMYK 0.000.190.35   0.13
XYZ51.098049.997832.9440
Yxy49.99780.38120.3730
Hunter Lab70.70915.252221.8727
CIE-Lab76.06799.716024.4709

#ddb48f color RGB value is (221,180,143).

#ddb48f hex color red value is 221, green value is 180 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ddb48f hue: 0.08 , saturation: 0.53 and the lightness value of ddb48f is 0.71.

The process color (four color CMYK) of #ddb48f color hex is 0.00, 0.19, 0.35, 0.13. Web safe color of #ddb48f is #cccc99. Color #ddb48f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 10001111
Octal 335 264 217
Decimal 221 180 143
Hex DD B4 8F

RGB Percentages of Color #ddb48f

%40.63
%33.09
%26.29

CMYK Percentages of Color #ddb48f

%0
%19
%35
%13

Triadic Colors of #ddb48f

#ddb48f #8fddb4 #b48fdd

Analogous Colors of #ddb48f

#ddb48f #dddb8f #dd8f91

Monochromatic Colors of #ddb48f

#ddb48f

Complementary Color

#ddb48f #8fb8dd

#ddb48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb48f Color CSS Codes

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

#ddb48f Text Font Color

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

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


#ddb48f Background Color

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

This div background color is #ddb48f


#ddb48f Border Color

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

This div border color is #ddb48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb48f


Comments

No comments written yet.

Please login to write comment.