Color Hex Logo

#dddf4d Color Hex

#DDDF4D
(221,223,77)
0 Favorites   0 Comments

Color spaces of #dddf4d

RGB 22122377
HSL0.170.700.59
HSV61°65°87°
CMYK 0.010.000.65   0.13
XYZ57.546068.683317.2454
Yxy68.68330.40110.4787
Hunter Lab82.8754-21.087345.6752
CIE-Lab86.3470-18.161968.2502

#dddf4d color RGB value is (221,223,77).

#dddf4d hex color red value is 221, green value is 223 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dddf4d hue: 0.17 , saturation: 0.70 and the lightness value of dddf4d is 0.59.

The process color (four color CMYK) of #dddf4d color hex is 0.01, 0.00, 0.65, 0.13. Web safe color of #dddf4d is #cccc66. Color #dddf4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 01001101
Octal 335 337 115
Decimal 221 223 77
Hex DD DF 4D

RGB Percentages of Color #dddf4d

%42.42
%42.80
%14.78

CMYK Percentages of Color #dddf4d

%1
%0
%65
%13

Triadic Colors of #dddf4d

#dddf4d #4ddddf #df4ddd

Analogous Colors of #dddf4d

#dddf4d #94df4d #df984d

Monochromatic Colors of #dddf4d

#dddf4d

Complementary Color

#dddf4d #4f4ddf

#dddf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf4d Color CSS Codes

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

#dddf4d Text Font Color

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

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


#dddf4d Background Color

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

This div background color is #dddf4d


#dddf4d Border Color

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

This div border color is #dddf4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf4d


Comments

No comments written yet.

Please login to write comment.