Color Hex Logo

#ddc69a Color Hex

#DDC69A
(221,198,154)
0 Favorites   0 Comments

Color spaces of #ddc69a

RGB 221198154
HSL0.110.500.74
HSV39°30°87°
CMYK 0.000.100.30   0.13
XYZ55.845658.093438.8416
Yxy58.09340.36550.3802
Hunter Lab76.2190-2.596523.1388
CIE-Lab80.79071.579625.0371

#ddc69a color RGB value is (221,198,154).

#ddc69a hex color red value is 221, green value is 198 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ddc69a hue: 0.11 , saturation: 0.50 and the lightness value of ddc69a is 0.74.

The process color (four color CMYK) of #ddc69a color hex is 0.00, 0.10, 0.30, 0.13. Web safe color of #ddc69a is #cccc99. Color #ddc69a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 10011010
Octal 335 306 232
Decimal 221 198 154
Hex DD C6 9A

RGB Percentages of Color #ddc69a

%38.57
%34.55
%26.88

CMYK Percentages of Color #ddc69a

%0
%10
%30
%13

Triadic Colors of #ddc69a

#ddc69a #9addc6 #c69add

Analogous Colors of #ddc69a

#ddc69a #d3dd9a #dda59a

Monochromatic Colors of #ddc69a

#ddc69a

Complementary Color

#ddc69a #9ab1dd

#ddc69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc69a Color CSS Codes

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

#ddc69a Text Font Color

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

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


#ddc69a Background Color

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

This div background color is #ddc69a


#ddc69a Border Color

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

This div border color is #ddc69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc69a

#ddc69a Color Palettes


Comments

No comments written yet.

Please login to write comment.