Color Hex Logo

#ddd75e Color Hex

#DDD75E
(221,215,94)
0 Favorites   0 Comments

Color spaces of #ddd75e

RGB 22121594
HSL0.160.650.62
HSV57°57°87°
CMYK 0.000.030.57   0.13
XYZ56.139664.781220.1348
Yxy64.78120.39800.4593
Hunter Lab80.4868-16.347941.5086
CIE-Lab84.3709-13.118559.1090

#ddd75e color RGB value is (221,215,94).

#ddd75e hex color red value is 221, green value is 215 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ddd75e hue: 0.16 , saturation: 0.65 and the lightness value of ddd75e is 0.62.

The process color (four color CMYK) of #ddd75e color hex is 0.00, 0.03, 0.57, 0.13. Web safe color of #ddd75e is #cccc66. Color #ddd75e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 01011110
Octal 335 327 136
Decimal 221 215 94
Hex DD D7 5E

RGB Percentages of Color #ddd75e

%41.70
%40.57
%17.74

CMYK Percentages of Color #ddd75e

%0
%3
%57
%13

Triadic Colors of #ddd75e

#ddd75e #5eddd7 #d75edd

Analogous Colors of #ddd75e

#ddd75e #a4dd5e #dd985e

Monochromatic Colors of #ddd75e

#ddd75e

Complementary Color

#ddd75e #5e64dd

#ddd75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd75e Color CSS Codes

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

#ddd75e Text Font Color

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

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


#ddd75e Background Color

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

This div background color is #ddd75e


#ddd75e Border Color

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

This div border color is #ddd75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd75e


Comments

No comments written yet.

Please login to write comment.