Color Hex Logo

#ddd707 Color Hex

#DDD707
(221,215,7)
0 Favorites   0 Comments

Color spaces of #ddd707

RGB 2212157
HSL0.160.940.45
HSV58°97°87°
CMYK 0.000.030.97   0.13
XYZ54.157663.98849.6976
Yxy63.98840.42360.5005
Hunter Lab79.9927-19.137248.8071
CIE-Lab83.9597-16.342683.0279

#ddd707 color RGB value is (221,215,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 00000111
Octal 335 327 7
Decimal 221 215 7
Hex DD D7 7

RGB Percentages of Color #ddd707

%49.89
%48.53
%1.58

CMYK Percentages of Color #ddd707

%0
%3
%97
%13

Triadic Colors of #ddd707

#ddd707 #07ddd7 #d707dd

Analogous Colors of #ddd707

#ddd707 #78dd07 #dd6c07

Monochromatic Colors of #ddd707

#ddd707

Complementary Color

#ddd707 #070ddd

#ddd707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd707 Color CSS Codes

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

#ddd707 Text Font Color

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

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


#ddd707 Background Color

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

This div background color is #ddd707


#ddd707 Border Color

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

This div border color is #ddd707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd707


Comments

No comments written yet.

Please login to write comment.