Color Hex Logo

#ddd403 Color Hex

#DDD403
(221,212,3)
0 Favorites   0 Comments

Color spaces of #ddd403

RGB 2212123
HSL0.160.970.44
HSV58°99°87°
CMYK 0.000.040.99   0.13
XYZ53.378762.46579.3299
Yxy62.46570.42640.4990
Hunter Lab79.0352-17.756648.3256
CIE-Lab83.1605-14.894382.7933

#ddd403 color RGB value is (221,212,3).

#ddd403 hex color red value is 221, green value is 212 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ddd403 hue: 0.16 , saturation: 0.97 and the lightness value of ddd403 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 00000011
Octal 335 324 3
Decimal 221 212 3
Hex DD D4 3

RGB Percentages of Color #ddd403

%50.69
%48.62
%0.69

CMYK Percentages of Color #ddd403

%0
%4
%99
%13

Triadic Colors of #ddd403

#ddd403 #03ddd4 #d403dd

Analogous Colors of #ddd403

#ddd403 #79dd03 #dd6703

Monochromatic Colors of #ddd403

#ddd403

Complementary Color

#ddd403 #030cdd

#ddd403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd403 Color CSS Codes

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

#ddd403 Text Font Color

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

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


#ddd403 Background Color

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

This div background color is #ddd403


#ddd403 Border Color

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

This div border color is #ddd403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd403


Comments

No comments written yet.

Please login to write comment.