Color Hex Logo

#ddbc6f Color Hex

#DDBC6F
(221,188,111)
0 Favorites   0 Comments

Color spaces of #ddbc6f

RGB 221188111
HSL0.120.620.65
HSV42°50°87°
CMYK 0.000.150.50   0.13
XYZ50.671352.486322.4991
Yxy52.48630.40330.4177
Hunter Lab72.4474-1.936232.3002
CIE-Lab77.57072.103643.0887

#ddbc6f color RGB value is (221,188,111).

#ddbc6f hex color red value is 221, green value is 188 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ddbc6f hue: 0.12 , saturation: 0.62 and the lightness value of ddbc6f is 0.65.

The process color (four color CMYK) of #ddbc6f color hex is 0.00, 0.15, 0.50, 0.13. Web safe color of #ddbc6f is #cccc66. Color #ddbc6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 01101111
Octal 335 274 157
Decimal 221 188 111
Hex DD BC 6F

RGB Percentages of Color #ddbc6f

%42.50
%36.15
%21.35

CMYK Percentages of Color #ddbc6f

%0
%15
%50
%13

Triadic Colors of #ddbc6f

#ddbc6f #6fddbc #bc6fdd

Analogous Colors of #ddbc6f

#ddbc6f #c7dd6f #dd856f

Monochromatic Colors of #ddbc6f

#ddbc6f

Complementary Color

#ddbc6f #6f90dd

#ddbc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc6f Color CSS Codes

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

#ddbc6f Text Font Color

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

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


#ddbc6f Background Color

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

This div background color is #ddbc6f


#ddbc6f Border Color

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

This div border color is #ddbc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc6f


Comments

No comments written yet.

Please login to write comment.