Color Hex Logo

#ddd010 Color Hex

#DDD010
(221,208,16)
0 Favorites   0 Comments

Color spaces of #ddd010

RGB 22120816
HSL0.160.860.46
HSV56°93°87°
CMYK 0.000.060.93   0.13
XYZ52.468260.52139.4066
Yxy60.52130.42870.4945
Hunter Lab77.7954-15.754847.2878
CIE-Lab82.1207-12.771780.7597

#ddd010 color RGB value is (221,208,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 00010000
Octal 335 320 20
Decimal 221 208 16
Hex DD D0 10

RGB Percentages of Color #ddd010

%49.66
%46.74
%3.60

CMYK Percentages of Color #ddd010

%0
%6
%93
%13

Triadic Colors of #ddd010

#ddd010 #10ddd0 #d010dd

Analogous Colors of #ddd010

#ddd010 #84dd10 #dd6a10

Monochromatic Colors of #ddd010

#ddd010

Complementary Color

#ddd010 #101ddd

#ddd010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd010 Color CSS Codes

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

#ddd010 Text Font Color

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

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


#ddd010 Background Color

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

This div background color is #ddd010


#ddd010 Border Color

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

This div border color is #ddd010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd010


Comments

No comments written yet.

Please login to write comment.