Color Hex Logo

#ddc277 Color Hex

#DDC277
(221,194,119)
0 Favorites   0 Comments

Color spaces of #ddc277

RGB 221194119
HSL0.120.600.67
HSV44°46°87°
CMYK 0.000.120.46   0.13
XYZ52.440455.287625.3604
Yxy55.28760.39400.4154
Hunter Lab74.3556-4.232631.8270
CIE-Lab79.2066-0.283441.0955

#ddc277 color RGB value is (221,194,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 01110111
Octal 335 302 167
Decimal 221 194 119
Hex DD C2 77

RGB Percentages of Color #ddc277

%41.39
%36.33
%22.28

CMYK Percentages of Color #ddc277

%0
%12
%46
%13

Triadic Colors of #ddc277

#ddc277 #77ddc2 #c277dd

Analogous Colors of #ddc277

#ddc277 #c5dd77 #dd8f77

Monochromatic Colors of #ddc277

#ddc277

Complementary Color

#ddc277 #7792dd

#ddc277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc277 Color CSS Codes

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

#ddc277 Text Font Color

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

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


#ddc277 Background Color

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

This div background color is #ddc277


#ddc277 Border Color

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

This div border color is #ddc277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc277


Comments

No comments written yet.

Please login to write comment.