Color Hex Logo

#ddc07e Color Hex

#DDC07E
(221,192,126)
0 Favorites   0 Comments

Color spaces of #ddc07e

RGB 221192126
HSL0.120.580.68
HSV42°43°87°
CMYK 0.000.130.43   0.13
XYZ52.434354.577827.5096
Yxy54.57780.38980.4057
Hunter Lab73.8768-2.593429.6359
CIE-Lab78.79751.464437.0077

#ddc07e color RGB value is (221,192,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 01111110
Octal 335 300 176
Decimal 221 192 126
Hex DD C0 7E

RGB Percentages of Color #ddc07e

%41.00
%35.62
%23.38

CMYK Percentages of Color #ddc07e

%0
%13
%43
%13

Triadic Colors of #ddc07e

#ddc07e #7eddc0 #c07edd

Analogous Colors of #ddc07e

#ddc07e #cbdd7e #dd917e

Monochromatic Colors of #ddc07e

#ddc07e

Complementary Color

#ddc07e #7e9bdd

#ddc07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc07e Color CSS Codes

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

#ddc07e Text Font Color

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

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


#ddc07e Background Color

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

This div background color is #ddc07e


#ddc07e Border Color

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

This div border color is #ddc07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc07e


Comments

No comments written yet.

Please login to write comment.