Color Hex Logo

#ddc37b Color Hex

#DDC37B
(221,195,123)
0 Favorites   0 Comments

Color spaces of #ddc37b

RGB 221195123
HSL0.120.590.67
HSV44°44°87°
CMYK 0.000.120.44   0.13
XYZ52.909155.832426.7270
Yxy55.83240.39060.4121
Hunter Lab74.7211-4.368231.0973
CIE-Lab79.5183-0.408839.4611

#ddc37b color RGB value is (221,195,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 01111011
Octal 335 303 173
Decimal 221 195 123
Hex DD C3 7B

RGB Percentages of Color #ddc37b

%41.00
%36.18
%22.82

CMYK Percentages of Color #ddc37b

%0
%12
%44
%13

Triadic Colors of #ddc37b

#ddc37b #7bddc3 #c37bdd

Analogous Colors of #ddc37b

#ddc37b #c6dd7b #dd927b

Monochromatic Colors of #ddc37b

#ddc37b

Complementary Color

#ddc37b #7b95dd

#ddc37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc37b Color CSS Codes

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

#ddc37b Text Font Color

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

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


#ddc37b Background Color

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

This div background color is #ddc37b


#ddc37b Border Color

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

This div border color is #ddc37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc37b


Comments

No comments written yet.

Please login to write comment.