Color Hex Logo

#ddb778 Color Hex

#DDB778
(221,183,120)
0 Favorites   0 Comments

Color spaces of #ddb778

RGB 221183120
HSL0.100.600.67
HSV37°46°87°
CMYK 0.000.170.46   0.13
XYZ50.142450.595224.8924
Yxy50.59520.39910.4027
Hunter Lab71.13031.353329.0424
CIE-Lab76.43325.591437.0753

#ddb778 color RGB value is (221,183,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01111000
Octal 335 267 170
Decimal 221 183 120
Hex DD B7 78

RGB Percentages of Color #ddb778

%42.18
%34.92
%22.90

CMYK Percentages of Color #ddb778

%0
%17
%46
%13

Triadic Colors of #ddb778

#ddb778 #78ddb7 #b778dd

Analogous Colors of #ddb778

#ddb778 #d1dd78 #dd8578

Monochromatic Colors of #ddb778

#ddb778

Complementary Color

#ddb778 #789edd

#ddb778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb778 Color CSS Codes

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

#ddb778 Text Font Color

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

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


#ddb778 Background Color

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

This div background color is #ddb778


#ddb778 Border Color

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

This div border color is #ddb778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb778


Comments

No comments written yet.

Please login to write comment.