Color Hex Logo

#ddd463 Color Hex

#DDD463
(221,212,99)
0 Favorites   0 Comments

Color spaces of #ddd463

RGB 22121299
HSL0.150.640.63
HSV56°55°87°
CMYK 0.000.040.55   0.13
XYZ55.614463.360021.1029
Yxy63.36000.39700.4523
Hunter Lab79.5990-14.583540.0006
CIE-Lab83.6314-11.243756.0364

#ddd463 color RGB value is (221,212,99).

#ddd463 hex color red value is 221, green value is 212 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ddd463 hue: 0.15 , saturation: 0.64 and the lightness value of ddd463 is 0.63.

The process color (four color CMYK) of #ddd463 color hex is 0.00, 0.04, 0.55, 0.13. Web safe color of #ddd463 is #cccc66. Color #ddd463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 01100011
Octal 335 324 143
Decimal 221 212 99
Hex DD D4 63

RGB Percentages of Color #ddd463

%41.54
%39.85
%18.61

CMYK Percentages of Color #ddd463

%0
%4
%55
%13

Triadic Colors of #ddd463

#ddd463 #63ddd4 #d463dd

Analogous Colors of #ddd463

#ddd463 #a9dd63 #dd9763

Monochromatic Colors of #ddd463

#ddd463

Complementary Color

#ddd463 #636cdd

#ddd463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd463 Color CSS Codes

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

#ddd463 Text Font Color

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

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


#ddd463 Background Color

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

This div background color is #ddd463


#ddd463 Border Color

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

This div border color is #ddd463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd463


Comments

No comments written yet.

Please login to write comment.