Color Hex Logo

#ddc375 Color Hex

#DDC375
(221,195,117)
0 Favorites   0 Comments

Color spaces of #ddc375

RGB 221195117
HSL0.130.600.66
HSV45°47°87°
CMYK 0.000.120.47   0.13
XYZ52.544855.686724.8088
Yxy55.68670.39500.4186
Hunter Lab74.6235-4.903632.5253
CIE-Lab79.4352-0.996542.3882

#ddc375 color RGB value is (221,195,117).

#ddc375 hex color red value is 221, green value is 195 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ddc375 hue: 0.13 , saturation: 0.60 and the lightness value of ddc375 is 0.66.

The process color (four color CMYK) of #ddc375 color hex is 0.00, 0.12, 0.47, 0.13. Web safe color of #ddc375 is #cccc66. Color #ddc375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 01110101
Octal 335 303 165
Decimal 221 195 117
Hex DD C3 75

RGB Percentages of Color #ddc375

%41.46
%36.59
%21.95

CMYK Percentages of Color #ddc375

%0
%12
%47
%13

Triadic Colors of #ddc375

#ddc375 #75ddc3 #c375dd

Analogous Colors of #ddc375

#ddc375 #c3dd75 #dd8f75

Monochromatic Colors of #ddc375

#ddc375

Complementary Color

#ddc375 #758fdd

#ddc375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc375 Color CSS Codes

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

#ddc375 Text Font Color

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

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


#ddc375 Background Color

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

This div background color is #ddc375


#ddc375 Border Color

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

This div border color is #ddc375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc375


Comments

No comments written yet.

Please login to write comment.