Color Hex Logo

#ddd701 Color Hex

#DDD701
(221,215,1)
0 Favorites   0 Comments

Color spaces of #ddd701

RGB 2212151
HSL0.160.990.44
HSV58°100°87°
CMYK 0.000.031.00   0.13
XYZ54.124763.97529.5245
Yxy63.97520.42410.5013
Hunter Lab79.9845-19.183748.9289
CIE-Lab83.9529-16.397083.5507

#ddd701 color RGB value is (221,215,1).

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

The process color (four color CMYK) of #ddd701 color hex is 0.00, 0.03, 1.00, 0.13. Web safe color of #ddd701 is #cccc00. Color #ddd701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 00000001
Octal 335 327 1
Decimal 221 215 1
Hex DD D7 1

RGB Percentages of Color #ddd701

%50.57
%49.20
%0.23

CMYK Percentages of Color #ddd701

%0
%3
%100
%13

Triadic Colors of #ddd701

#ddd701 #01ddd7 #d701dd

Analogous Colors of #ddd701

#ddd701 #75dd01 #dd6901

Monochromatic Colors of #ddd701

#ddd701

Complementary Color

#ddd701 #0107dd

#ddd701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd701 Color CSS Codes

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

#ddd701 Text Font Color

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

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


#ddd701 Background Color

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

This div background color is #ddd701


#ddd701 Border Color

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

This div border color is #ddd701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd701


Comments

No comments written yet.

Please login to write comment.