Color Hex Logo

#ddc760 Color Hex

#DDC760
(221,199,96)
0 Favorites   0 Comments

Color spaces of #ddc760

RGB 22119996
HSL0.140.650.62
HSV49°57°87°
CMYK 0.000.100.57   0.13
XYZ52.353557.063519.3214
Yxy57.06350.40670.4433
Hunter Lab75.5404-8.485737.7133
CIE-Lab80.2153-4.857753.4997

#ddc760 color RGB value is (221,199,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 01100000
Octal 335 307 140
Decimal 221 199 96
Hex DD C7 60

RGB Percentages of Color #ddc760

%42.83
%38.57
%18.60

CMYK Percentages of Color #ddc760

%0
%10
%57
%13

Triadic Colors of #ddc760

#ddc760 #60ddc7 #c760dd

Analogous Colors of #ddc760

#ddc760 #b5dd60 #dd8960

Monochromatic Colors of #ddc760

#ddc760

Complementary Color

#ddc760 #6076dd

#ddc760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc760 Color CSS Codes

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

#ddc760 Text Font Color

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

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


#ddc760 Background Color

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

This div background color is #ddc760


#ddc760 Border Color

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

This div border color is #ddc760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc760


Comments

No comments written yet.

Please login to write comment.