Color Hex Logo

#ddbc78 Color Hex

#DDBC78
(221,188,120)
1 Favorites   0 Comments

Color spaces of #ddbc78

RGB 221188120
HSL0.110.600.67
HSV40°46°87°
CMYK 0.000.150.46   0.13
XYZ51.192252.694725.2423
Yxy52.69470.39640.4081
Hunter Lab72.5911-1.153930.1967
CIE-Lab77.69442.955038.6795

#ddbc78 color RGB value is (221,188,120).

#ddbc78 hex color red value is 221, green value is 188 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ddbc78 hue: 0.11 , saturation: 0.60 and the lightness value of ddbc78 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 01111000
Octal 335 274 170
Decimal 221 188 120
Hex DD BC 78

RGB Percentages of Color #ddbc78

%41.78
%35.54
%22.68

CMYK Percentages of Color #ddbc78

%0
%15
%46
%13

Triadic Colors of #ddbc78

#ddbc78 #78ddbc #bc78dd

Analogous Colors of #ddbc78

#ddbc78 #ccdd78 #dd8a78

Monochromatic Colors of #ddbc78

#ddbc78

Complementary Color

#ddbc78 #7899dd

#ddbc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc78 Color CSS Codes

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

#ddbc78 Text Font Color

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

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


#ddbc78 Background Color

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

This div background color is #ddbc78


#ddbc78 Border Color

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

This div border color is #ddbc78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc78


Comments

No comments written yet.

Please login to write comment.