Color Hex Logo

#dddf3f Color Hex

#DDDF3F
(221,223,63)
0 Favorites   0 Comments

Color spaces of #dddf3f

RGB 22122363
HSL0.170.710.56
HSV61°72°87°
CMYK 0.010.000.72   0.13
XYZ57.103768.506414.9160
Yxy68.50640.40640.4875
Hunter Lab82.7686-21.694347.2532
CIE-Lab86.2590-18.869473.2082

#dddf3f color RGB value is (221,223,63).

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

The process color (four color CMYK) of #dddf3f color hex is 0.01, 0.00, 0.72, 0.13. Web safe color of #dddf3f is #cccc33. Color #dddf3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 00111111
Octal 335 337 77
Decimal 221 223 63
Hex DD DF 3F

RGB Percentages of Color #dddf3f

%43.59
%43.98
%12.43

CMYK Percentages of Color #dddf3f

%1
%0
%72
%13

Triadic Colors of #dddf3f

#dddf3f #3fdddf #df3fdd

Analogous Colors of #dddf3f

#dddf3f #8ddf3f #df913f

Monochromatic Colors of #dddf3f

#dddf3f

Complementary Color

#dddf3f #413fdf

#dddf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf3f Color CSS Codes

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

#dddf3f Text Font Color

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

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


#dddf3f Background Color

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

This div background color is #dddf3f


#dddf3f Border Color

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

This div border color is #dddf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf3f


Comments

No comments written yet.

Please login to write comment.