Color Hex Logo

#ddc17d Color Hex

#DDC17D
(221,193,125)
0 Favorites   0 Comments

Color spaces of #ddc17d

RGB 221193125
HSL0.120.590.68
HSV43°43°87°
CMYK 0.000.130.43   0.13
XYZ52.590454.992727.2449
Yxy54.99270.39010.4079
Hunter Lab74.1571-3.187030.1271
CIE-Lab79.03710.838137.8277

#ddc17d color RGB value is (221,193,125).

#ddc17d hex color red value is 221, green value is 193 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ddc17d hue: 0.12 , saturation: 0.59 and the lightness value of ddc17d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 01111101
Octal 335 301 175
Decimal 221 193 125
Hex DD C1 7D

RGB Percentages of Color #ddc17d

%41.00
%35.81
%23.19

CMYK Percentages of Color #ddc17d

%0
%13
%43
%13

Triadic Colors of #ddc17d

#ddc17d #7dddc1 #c17ddd

Analogous Colors of #ddc17d

#ddc17d #c9dd7d #dd917d

Monochromatic Colors of #ddc17d

#ddc17d

Complementary Color

#ddc17d #7d99dd

#ddc17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc17d Color CSS Codes

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

#ddc17d Text Font Color

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

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


#ddc17d Background Color

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

This div background color is #ddc17d


#ddc17d Border Color

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

This div border color is #ddc17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc17d


Comments

No comments written yet.

Please login to write comment.