Color Hex Logo

#ddc27b Color Hex

#DDC27B
(221,194,123)
0 Favorites   0 Comments

Color spaces of #ddc27b

RGB 221194123
HSL0.120.590.67
HSV43°44°87°
CMYK 0.000.120.44   0.13
XYZ52.685755.385826.6526
Yxy55.38580.39110.4111
Hunter Lab74.4216-3.871430.8616
CIE-Lab79.26300.112239.1371

#ddc27b color RGB value is (221,194,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 01111011
Octal 335 302 173
Decimal 221 194 123
Hex DD C2 7B

RGB Percentages of Color #ddc27b

%41.08
%36.06
%22.86

CMYK Percentages of Color #ddc27b

%0
%12
%44
%13

Triadic Colors of #ddc27b

#ddc27b #7bddc2 #c27bdd

Analogous Colors of #ddc27b

#ddc27b #c7dd7b #dd917b

Monochromatic Colors of #ddc27b

#ddc27b

Complementary Color

#ddc27b #7b96dd

#ddc27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc27b Color CSS Codes

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

#ddc27b Text Font Color

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

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


#ddc27b Background Color

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

This div background color is #ddc27b


#ddc27b Border Color

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

This div border color is #ddc27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc27b


Comments

No comments written yet.

Please login to write comment.