Color Hex Logo

#ddbf96 Color Hex

#DDBF96
(221,191,150)
0 Favorites   0 Comments

Color spaces of #ddbf96

RGB 221191150
HSL0.100.510.73
HSV35°32°87°
CMYK 0.000.140.32   0.13
XYZ53.954654.835836.5948
Yxy54.83580.37110.3772
Hunter Lab74.05120.467722.5358
CIE-Lab78.94664.747124.6471

#ddbf96 color RGB value is (221,191,150).

#ddbf96 hex color red value is 221, green value is 191 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ddbf96 hue: 0.10 , saturation: 0.51 and the lightness value of ddbf96 is 0.73.

The process color (four color CMYK) of #ddbf96 color hex is 0.00, 0.14, 0.32, 0.13. Web safe color of #ddbf96 is #cccc99. Color #ddbf96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 10010110
Octal 335 277 226
Decimal 221 191 150
Hex DD BF 96

RGB Percentages of Color #ddbf96

%39.32
%33.99
%26.69

CMYK Percentages of Color #ddbf96

%0
%14
%32
%13

Triadic Colors of #ddbf96

#ddbf96 #96ddbf #bf96dd

Analogous Colors of #ddbf96

#ddbf96 #d8dd96 #dd9c96

Monochromatic Colors of #ddbf96

#ddbf96

Complementary Color

#ddbf96 #96b4dd

#ddbf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbf96 Color CSS Codes

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

#ddbf96 Text Font Color

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

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


#ddbf96 Background Color

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

This div background color is #ddbf96


#ddbf96 Border Color

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

This div border color is #ddbf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbf96


Comments

No comments written yet.

Please login to write comment.