Color Hex Logo

#ddc66d Color Hex

#DDC66D
(221,198,109)
0 Favorites   0 Comments

Color spaces of #ddc66d

RGB 221198109
HSL0.130.620.65
HSV48°51°87°
CMYK 0.000.100.51   0.13
XYZ52.773256.864422.6625
Yxy56.86440.39890.4298
Hunter Lab75.4085-7.045034.9675
CIE-Lab80.1033-3.282547.1696

#ddc66d color RGB value is (221,198,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 01101101
Octal 335 306 155
Decimal 221 198 109
Hex DD C6 6D

RGB Percentages of Color #ddc66d

%41.86
%37.50
%20.64

CMYK Percentages of Color #ddc66d

%0
%10
%51
%13

Triadic Colors of #ddc66d

#ddc66d #6dddc6 #c66ddd

Analogous Colors of #ddc66d

#ddc66d #bcdd6d #dd8e6d

Monochromatic Colors of #ddc66d

#ddc66d

Complementary Color

#ddc66d #6d84dd

#ddc66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc66d Color CSS Codes

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

#ddc66d Text Font Color

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

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


#ddc66d Background Color

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

This div background color is #ddc66d


#ddc66d Border Color

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

This div border color is #ddc66d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,198,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 #ddc66d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc66d


Comments

No comments written yet.

Please login to write comment.