Color Hex Logo

#ddc266 Color Hex

#DDC266
(221,194,102)
0 Favorites   0 Comments

Color spaces of #ddc266

RGB 221194102
HSL0.130.640.63
HSV46°54°87°
CMYK 0.000.120.54   0.13
XYZ51.508954.915020.4552
Yxy54.91500.40600.4328
Hunter Lab74.1047-5.610835.5074
CIE-Lab78.9923-1.802149.2343

#ddc266 color RGB value is (221,194,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 01100110
Octal 335 302 146
Decimal 221 194 102
Hex DD C2 66

RGB Percentages of Color #ddc266

%42.75
%37.52
%19.73

CMYK Percentages of Color #ddc266

%0
%12
%54
%13

Triadic Colors of #ddc266

#ddc266 #66ddc2 #c266dd

Analogous Colors of #ddc266

#ddc266 #bddd66 #dd8766

Monochromatic Colors of #ddc266

#ddc266

Complementary Color

#ddc266 #6681dd

#ddc266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc266 Color CSS Codes

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

#ddc266 Text Font Color

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

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


#ddc266 Background Color

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

This div background color is #ddc266


#ddc266 Border Color

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

This div border color is #ddc266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc266


Comments

No comments written yet.

Please login to write comment.