Color Hex Logo

#ddd410 Color Hex

#DDD410
(221,212,16)
0 Favorites   0 Comments

Color spaces of #ddd410

RGB 22121216
HSL0.160.860.46
HSV57°93°87°
CMYK 0.000.040.93   0.13
XYZ53.455862.49659.7358
Yxy62.49650.42530.4972
Hunter Lab79.0547-17.646348.0366
CIE-Lab83.1768-14.766081.5608

#ddd410 color RGB value is (221,212,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 00010000
Octal 335 324 20
Decimal 221 212 16
Hex DD D4 10

RGB Percentages of Color #ddd410

%49.22
%47.22
%3.56

CMYK Percentages of Color #ddd410

%0
%4
%93
%13

Triadic Colors of #ddd410

#ddd410 #10ddd4 #d410dd

Analogous Colors of #ddd410

#ddd410 #80dd10 #dd6e10

Monochromatic Colors of #ddd410

#ddd410

Complementary Color

#ddd410 #1019dd

#ddd410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd410 Color CSS Codes

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

#ddd410 Text Font Color

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

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


#ddd410 Background Color

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

This div background color is #ddd410


#ddd410 Border Color

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

This div border color is #ddd410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd410


Comments

No comments written yet.

Please login to write comment.