Color Hex Logo

#ddd00d Color Hex

#DDD00D
(221,208,13)
0 Favorites   0 Comments

Color spaces of #ddd00d

RGB 22120813
HSL0.160.890.46
HSV56°94°87°
CMYK 0.000.060.94   0.13
XYZ52.447360.51309.2967
Yxy60.51300.42900.4950
Hunter Lab77.7901-15.785247.3673
CIE-Lab82.1162-12.806881.0976

#ddd00d color RGB value is (221,208,13).

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

The process color (four color CMYK) of #ddd00d color hex is 0.00, 0.06, 0.94, 0.13. Web safe color of #ddd00d is #cccc00. Color #ddd00d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 00001101
Octal 335 320 15
Decimal 221 208 13
Hex DD D0 D

RGB Percentages of Color #ddd00d

%50.00
%47.06
%2.94

CMYK Percentages of Color #ddd00d

%0
%6
%94
%13

Triadic Colors of #ddd00d

#ddd00d #0dddd0 #d00ddd

Analogous Colors of #ddd00d

#ddd00d #82dd0d #dd680d

Monochromatic Colors of #ddd00d

#ddd00d

Complementary Color

#ddd00d #0d1add

#ddd00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd00d Color CSS Codes

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

#ddd00d Text Font Color

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

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


#ddd00d Background Color

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

This div background color is #ddd00d


#ddd00d Border Color

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

This div border color is #ddd00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd00d


Comments

No comments written yet.

Please login to write comment.