Color Hex Logo

#ddd760 Color Hex

#DDD760
(221,215,96)
0 Favorites   0 Comments

Color spaces of #ddd760

RGB 22121596
HSL0.160.650.62
HSV57°57°87°
CMYK 0.000.030.57   0.13
XYZ56.230664.817620.6137
Yxy64.81760.39690.4576
Hunter Lab80.5094-16.220741.1759
CIE-Lab84.3897-12.973058.2451

#ddd760 color RGB value is (221,215,96).

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

The process color (four color CMYK) of #ddd760 color hex is 0.00, 0.03, 0.57, 0.13. Web safe color of #ddd760 is #cccc66. Color #ddd760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 01100000
Octal 335 327 140
Decimal 221 215 96
Hex DD D7 60

RGB Percentages of Color #ddd760

%41.54
%40.41
%18.05

CMYK Percentages of Color #ddd760

%0
%3
%57
%13

Triadic Colors of #ddd760

#ddd760 #60ddd7 #d760dd

Analogous Colors of #ddd760

#ddd760 #a5dd60 #dd9960

Monochromatic Colors of #ddd760

#ddd760

Complementary Color

#ddd760 #6066dd

#ddd760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd760 Color CSS Codes

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

#ddd760 Text Font Color

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

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


#ddd760 Background Color

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

This div background color is #ddd760


#ddd760 Border Color

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

This div border color is #ddd760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd760


Comments

No comments written yet.

Please login to write comment.