Color Hex Logo

#ddc16d Color Hex

#DDC16D
(221,193,109)
0 Favorites   0 Comments

Color spaces of #ddc16d

RGB 221193109
HSL0.130.620.65
HSV45°51°87°
CMYK 0.000.130.51   0.13
XYZ51.649154.616222.2878
Yxy54.61620.40180.4249
Hunter Lab73.9028-4.579933.8511
CIE-Lab78.8197-0.688645.6134

#ddc16d color RGB value is (221,193,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 01101101
Octal 335 301 155
Decimal 221 193 109
Hex DD C1 6D

RGB Percentages of Color #ddc16d

%42.26
%36.90
%20.84

CMYK Percentages of Color #ddc16d

%0
%13
%51
%13

Triadic Colors of #ddc16d

#ddc16d #6dddc1 #c16ddd

Analogous Colors of #ddc16d

#ddc16d #c1dd6d #dd896d

Monochromatic Colors of #ddc16d

#ddc16d

Complementary Color

#ddc16d #6d89dd

#ddc16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc16d Color CSS Codes

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

#ddc16d Text Font Color

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

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


#ddc16d Background Color

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

This div background color is #ddc16d


#ddc16d Border Color

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

This div border color is #ddc16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc16d


Comments

No comments written yet.

Please login to write comment.