Color Hex Logo

#ddc28f Color Hex

#DDC28F
(221,194,143)
0 Favorites   0 Comments

Color spaces of #ddc28f

RGB 221194143
HSL0.110.530.71
HSV39°35°87°
CMYK 0.000.120.35   0.13
XYZ54.068555.938933.9342
Yxy55.93890.37560.3886
Hunter Lab74.7923-1.846225.4540
CIE-Lab79.57902.312229.1926

#ddc28f color RGB value is (221,194,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 10001111
Octal 335 302 217
Decimal 221 194 143
Hex DD C2 8F

RGB Percentages of Color #ddc28f

%39.61
%34.77
%25.63

CMYK Percentages of Color #ddc28f

%0
%12
%35
%13

Triadic Colors of #ddc28f

#ddc28f #8fddc2 #c28fdd

Analogous Colors of #ddc28f

#ddc28f #d1dd8f #dd9b8f

Monochromatic Colors of #ddc28f

#ddc28f

Complementary Color

#ddc28f #8faadd

#ddc28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc28f Color CSS Codes

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

#ddc28f Text Font Color

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

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


#ddc28f Background Color

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

This div background color is #ddc28f


#ddc28f Border Color

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

This div border color is #ddc28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc28f


Comments

No comments written yet.

Please login to write comment.