Color Hex Logo

#ddd500 Color Hex

#DDD500
(221,213,0)
0 Favorites   0 Comments

Color spaces of #ddd500

RGB 2212130
HSL0.161.000.43
HSV58°100°87°
CMYK 0.000.041.00   0.13
XYZ53.613062.96079.3269
Yxy62.96070.42580.5001
Hunter Lab79.3478-18.251348.5742
CIE-Lab83.4217-15.417783.2532

#ddd500 color RGB value is (221,213,0).

#ddd500 hex color red value is 221, green value is 213 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ddd500 hue: 0.16 , saturation: 1.00 and the lightness value of ddd500 is 0.43.

The process color (four color CMYK) of #ddd500 color hex is 0.00, 0.04, 1.00, 0.13. Web safe color of #ddd500 is #cccc00. Color #ddd500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 00000000
Octal 335 325 0
Decimal 221 213 0
Hex DD D5 0

RGB Percentages of Color #ddd500

%50.92
%49.08
%0.00

CMYK Percentages of Color #ddd500

%0
%4
%100
%13

Triadic Colors of #ddd500

#ddd500 #00ddd5 #d500dd

Analogous Colors of #ddd500

#ddd500 #77dd00 #dd6700

Monochromatic Colors of #ddd500

#ddd500

Complementary Color

#ddd500 #0008dd

#ddd500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd500 Color CSS Codes

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

#ddd500 Text Font Color

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

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


#ddd500 Background Color

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

This div background color is #ddd500


#ddd500 Border Color

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

This div border color is #ddd500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd500


Comments

No comments written yet.

Please login to write comment.