Color Hex Logo

#ddcc7b Color Hex

#DDCC7B
(221,204,123)
0 Favorites   0 Comments

Color spaces of #ddcc7b

RGB 221204123
HSL0.140.590.67
HSV50°44°87°
CMYK 0.000.080.44   0.13
XYZ54.986859.987927.4196
Yxy59.98790.38620.4213
Hunter Lab77.4519-8.815033.2264
CIE-Lab81.8316-5.064942.3770

#ddcc7b color RGB value is (221,204,123).

#ddcc7b hex color red value is 221, green value is 204 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ddcc7b hue: 0.14 , saturation: 0.59 and the lightness value of ddcc7b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 01111011
Octal 335 314 173
Decimal 221 204 123
Hex DD CC 7B

RGB Percentages of Color #ddcc7b

%40.33
%37.23
%22.45

CMYK Percentages of Color #ddcc7b

%0
%8
%44
%13

Triadic Colors of #ddcc7b

#ddcc7b #7bddcc #cc7bdd

Analogous Colors of #ddcc7b

#ddcc7b #bddd7b #dd9b7b

Monochromatic Colors of #ddcc7b

#ddcc7b

Complementary Color

#ddcc7b #7b8cdd

#ddcc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc7b Color CSS Codes

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

#ddcc7b Text Font Color

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

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


#ddcc7b Background Color

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

This div background color is #ddcc7b


#ddcc7b Border Color

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

This div border color is #ddcc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc7b


Comments

No comments written yet.

Please login to write comment.