Color Hex Logo

#ddc799 Color Hex

#DDC799
(221,199,153)
0 Favorites   0 Comments

Color spaces of #ddc799

RGB 221199153
HSL0.110.500.73
HSV41°31°87°
CMYK 0.000.100.31   0.13
XYZ55.992058.518938.4812
Yxy58.51890.36600.3825
Hunter Lab76.4976-3.218923.7232
CIE-Lab81.02640.929225.8837

#ddc799 color RGB value is (221,199,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 10011001
Octal 335 307 231
Decimal 221 199 153
Hex DD C7 99

RGB Percentages of Color #ddc799

%38.57
%34.73
%26.70

CMYK Percentages of Color #ddc799

%0
%10
%31
%13

Triadic Colors of #ddc799

#ddc799 #99ddc7 #c799dd

Analogous Colors of #ddc799

#ddc799 #d1dd99 #dda599

Monochromatic Colors of #ddc799

#ddc799

Complementary Color

#ddc799 #99afdd

#ddc799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc799 Color CSS Codes

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

#ddc799 Text Font Color

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

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


#ddc799 Background Color

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

This div background color is #ddc799


#ddc799 Border Color

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

This div border color is #ddc799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc799


Comments

No comments written yet.

Please login to write comment.