Color Hex Logo

#ddd377 Color Hex

#DDD377
(221,211,119)
0 Favorites   0 Comments

Color spaces of #ddd377

RGB 221211119
HSL0.150.600.67
HSV54°46°87°
CMYK 0.000.050.46   0.13
XYZ56.442863.292626.6946
Yxy63.29260.38550.4322
Hunter Lab79.5566-12.584335.7954
CIE-Lab83.5961-9.025146.5424

#ddd377 color RGB value is (221,211,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 01110111
Octal 335 323 167
Decimal 221 211 119
Hex DD D3 77

RGB Percentages of Color #ddd377

%40.11
%38.29
%21.60

CMYK Percentages of Color #ddd377

%0
%5
%46
%13

Triadic Colors of #ddd377

#ddd377 #77ddd3 #d377dd

Analogous Colors of #ddd377

#ddd377 #b4dd77 #dda077

Monochromatic Colors of #ddd377

#ddd377

Complementary Color

#ddd377 #7781dd

#ddd377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd377 Color CSS Codes

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

#ddd377 Text Font Color

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

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


#ddd377 Background Color

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

This div background color is #ddd377


#ddd377 Border Color

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

This div border color is #ddd377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd377

#ddd377 Color Palettes


Comments

No comments written yet.

Please login to write comment.