Color Hex Logo

#dddf0d Color Hex

#DDDF0D
(221,223,13)
0 Favorites   0 Comments

Color spaces of #dddf0d

RGB 22122313
HSL0.170.890.46
HSV61°94°87°
CMYK 0.010.000.94   0.13
XYZ56.279168.176610.5739
Yxy68.17660.41680.5049
Hunter Lab82.5691-22.830450.2056
CIE-Lab86.0947-20.201684.0958

#dddf0d color RGB value is (221,223,13).

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

The process color (four color CMYK) of #dddf0d color hex is 0.01, 0.00, 0.94, 0.13. Web safe color of #dddf0d is #cccc00. Color #dddf0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 00001101
Octal 335 337 15
Decimal 221 223 13
Hex DD DF D

RGB Percentages of Color #dddf0d

%48.36
%48.80
%2.84

CMYK Percentages of Color #dddf0d

%1
%0
%94
%13

Triadic Colors of #dddf0d

#dddf0d #0ddddf #df0ddd

Analogous Colors of #dddf0d

#dddf0d #74df0d #df780d

Monochromatic Colors of #dddf0d

#dddf0d

Complementary Color

#dddf0d #0f0ddf

#dddf0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf0d Color CSS Codes

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

#dddf0d Text Font Color

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

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


#dddf0d Background Color

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

This div background color is #dddf0d


#dddf0d Border Color

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

This div border color is #dddf0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf0d


Comments

No comments written yet.

Please login to write comment.