Color Hex Logo

#ddc762 Color Hex

#DDC762
(221,199,98)
0 Favorites   0 Comments

Color spaces of #ddc762

RGB 22119998
HSL0.140.640.63
HSV49°56°87°
CMYK 0.000.100.56   0.13
XYZ52.446857.100819.8126
Yxy57.10080.40540.4414
Hunter Lab75.5651-8.348937.3502
CIE-Lab80.2363-4.704752.5914

#ddc762 color RGB value is (221,199,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 01100010
Octal 335 307 142
Decimal 221 199 98
Hex DD C7 62

RGB Percentages of Color #ddc762

%42.66
%38.42
%18.92

CMYK Percentages of Color #ddc762

%0
%10
%56
%13

Triadic Colors of #ddc762

#ddc762 #62ddc7 #c762dd

Analogous Colors of #ddc762

#ddc762 #b6dd62 #dd8a62

Monochromatic Colors of #ddc762

#ddc762

Complementary Color

#ddc762 #6278dd

#ddc762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc762 Color CSS Codes

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

#ddc762 Text Font Color

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

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


#ddc762 Background Color

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

This div background color is #ddc762


#ddc762 Border Color

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

This div border color is #ddc762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc762


Comments

No comments written yet.

Please login to write comment.