Color Hex Logo

#ddc379 Color Hex

#DDC379
(221,195,121)
0 Favorites   0 Comments

Color spaces of #ddc379

RGB 221195121
HSL0.120.600.67
HSV44°45°87°
CMYK 0.000.120.45   0.13
XYZ52.785155.782826.0743
Yxy55.78280.39200.4143
Hunter Lab74.6879-4.550331.5828
CIE-Lab79.4900-0.608440.4401

#ddc379 color RGB value is (221,195,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 01111001
Octal 335 303 171
Decimal 221 195 121
Hex DD C3 79

RGB Percentages of Color #ddc379

%41.15
%36.31
%22.53

CMYK Percentages of Color #ddc379

%0
%12
%45
%13

Triadic Colors of #ddc379

#ddc379 #79ddc3 #c379dd

Analogous Colors of #ddc379

#ddc379 #c5dd79 #dd9179

Monochromatic Colors of #ddc379

#ddc379

Complementary Color

#ddc379 #7993dd

#ddc379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc379 Color CSS Codes

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

#ddc379 Text Font Color

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

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


#ddc379 Background Color

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

This div background color is #ddc379


#ddc379 Border Color

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

This div border color is #ddc379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc379


Comments

No comments written yet.

Please login to write comment.