Color Hex Logo

#ddb779 Color Hex

#DDB779
(221,183,121)
0 Favorites   0 Comments

Color spaces of #ddb779

RGB 221183121
HSL0.100.600.67
HSV37°45°87°
CMYK 0.000.170.45   0.13
XYZ50.203550.619625.2137
Yxy50.61960.39830.4016
Hunter Lab71.14751.446228.7916
CIE-Lab76.44805.691436.5770

#ddb779 color RGB value is (221,183,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01111001
Octal 335 267 171
Decimal 221 183 121
Hex DD B7 79

RGB Percentages of Color #ddb779

%42.10
%34.86
%23.05

CMYK Percentages of Color #ddb779

%0
%17
%45
%13

Triadic Colors of #ddb779

#ddb779 #79ddb7 #b779dd

Analogous Colors of #ddb779

#ddb779 #d1dd79 #dd8579

Monochromatic Colors of #ddb779

#ddb779

Complementary Color

#ddb779 #799fdd

#ddb779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb779 Color CSS Codes

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

#ddb779 Text Font Color

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

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


#ddb779 Background Color

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

This div background color is #ddb779


#ddb779 Border Color

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

This div border color is #ddb779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb779


Comments

No comments written yet.

Please login to write comment.