Color Hex Logo

#ddc964 Color Hex

#DDC964
(221,201,100)
0 Favorites   0 Comments

Color spaces of #ddc964

RGB 221201100
HSL0.140.640.63
HSV50°55°87°
CMYK 0.000.090.55   0.13
XYZ53.005758.065520.4707
Yxy58.06550.40300.4414
Hunter Lab76.2007-9.185537.4127
CIE-Lab80.7752-5.576152.2794

#ddc964 color RGB value is (221,201,100).

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

The process color (four color CMYK) of #ddc964 color hex is 0.00, 0.09, 0.55, 0.13. Web safe color of #ddc964 is #cccc66. Color #ddc964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 01100100
Octal 335 311 144
Decimal 221 201 100
Hex DD C9 64

RGB Percentages of Color #ddc964

%42.34
%38.51
%19.16

CMYK Percentages of Color #ddc964

%0
%9
%55
%13

Triadic Colors of #ddc964

#ddc964 #64ddc9 #c964dd

Analogous Colors of #ddc964

#ddc964 #b5dd64 #dd8d64

Monochromatic Colors of #ddc964

#ddc964

Complementary Color

#ddc964 #6478dd

#ddc964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc964 Color CSS Codes

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

#ddc964 Text Font Color

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

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


#ddc964 Background Color

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

This div background color is #ddc964


#ddc964 Border Color

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

This div border color is #ddc964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc964


Comments

No comments written yet.

Please login to write comment.