Color Hex Logo

#ddc28d Color Hex

#DDC28D
(221,194,141)
0 Favorites   0 Comments

Color spaces of #ddc28d

RGB 221194141
HSL0.110.540.71
HSV40°36°87°
CMYK 0.000.120.36   0.13
XYZ53.918355.878833.1432
Yxy55.87880.37720.3909
Hunter Lab74.7521-2.065126.0388
CIE-Lab79.54482.075830.1955

#ddc28d color RGB value is (221,194,141).

#ddc28d hex color red value is 221, green value is 194 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ddc28d hue: 0.11 , saturation: 0.54 and the lightness value of ddc28d is 0.71.

The process color (four color CMYK) of #ddc28d color hex is 0.00, 0.12, 0.36, 0.13. Web safe color of #ddc28d is #cccc99. Color #ddc28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 10001101
Octal 335 302 215
Decimal 221 194 141
Hex DD C2 8D

RGB Percentages of Color #ddc28d

%39.75
%34.89
%25.36

CMYK Percentages of Color #ddc28d

%0
%12
%36
%13

Triadic Colors of #ddc28d

#ddc28d #8dddc2 #c28ddd

Analogous Colors of #ddc28d

#ddc28d #d0dd8d #dd9a8d

Monochromatic Colors of #ddc28d

#ddc28d

Complementary Color

#ddc28d #8da8dd

#ddc28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc28d Color CSS Codes

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

#ddc28d Text Font Color

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

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


#ddc28d Background Color

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

This div background color is #ddc28d


#ddc28d Border Color

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

This div border color is #ddc28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc28d


Comments

No comments written yet.

Please login to write comment.