Color Hex Logo

#ddd321 Color Hex

#DDD321
(221,211,33)
0 Favorites   0 Comments

Color spaces of #ddd321

RGB 22121133
HSL0.160.740.50
HSV57°85°87°
CMYK 0.000.050.85   0.13
XYZ53.387662.070510.6058
Yxy62.07050.42350.4924
Hunter Lab78.7848-16.915147.1679
CIE-Lab82.9509-13.968178.5831

#ddd321 color RGB value is (221,211,33).

#ddd321 hex color red value is 221, green value is 211 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ddd321 hue: 0.16 , saturation: 0.74 and the lightness value of ddd321 is 0.50.

The process color (four color CMYK) of #ddd321 color hex is 0.00, 0.05, 0.85, 0.13. Web safe color of #ddd321 is #cccc33. Color #ddd321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 00100001
Octal 335 323 41
Decimal 221 211 33
Hex DD D3 21

RGB Percentages of Color #ddd321

%47.53
%45.38
%7.10

CMYK Percentages of Color #ddd321

%0
%5
%85
%13

Triadic Colors of #ddd321

#ddd321 #21ddd3 #d321dd

Analogous Colors of #ddd321

#ddd321 #89dd21 #dd7521

Monochromatic Colors of #ddd321

#ddd321

Complementary Color

#ddd321 #212bdd

#ddd321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd321 Color CSS Codes

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

#ddd321 Text Font Color

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

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


#ddd321 Background Color

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

This div background color is #ddd321


#ddd321 Border Color

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

This div border color is #ddd321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd321


Comments

No comments written yet.

Please login to write comment.