Color Hex Logo

#ddc26f Color Hex

#DDC26F
(221,194,111)
0 Favorites   0 Comments

Color spaces of #ddc26f

RGB 221194111
HSL0.130.620.65
HSV45°50°87°
CMYK 0.000.120.50   0.13
XYZ51.979855.103422.9353
Yxy55.10340.39980.4238
Hunter Lab74.2317-4.913033.6434
CIE-Lab79.1008-1.031444.9675

#ddc26f color RGB value is (221,194,111).

#ddc26f hex color red value is 221, green value is 194 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ddc26f hue: 0.13 , saturation: 0.62 and the lightness value of ddc26f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 01101111
Octal 335 302 157
Decimal 221 194 111
Hex DD C2 6F

RGB Percentages of Color #ddc26f

%42.02
%36.88
%21.10

CMYK Percentages of Color #ddc26f

%0
%12
%50
%13

Triadic Colors of #ddc26f

#ddc26f #6fddc2 #c26fdd

Analogous Colors of #ddc26f

#ddc26f #c1dd6f #dd8b6f

Monochromatic Colors of #ddc26f

#ddc26f

Complementary Color

#ddc26f #6f8add

#ddc26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc26f Color CSS Codes

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

#ddc26f Text Font Color

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

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


#ddc26f Background Color

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

This div background color is #ddc26f


#ddc26f Border Color

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

This div border color is #ddc26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc26f


Comments

No comments written yet.

Please login to write comment.