Color Hex Logo

#ddc265 Color Hex

#DDC265
(221,194,101)
0 Favorites   0 Comments

Color spaces of #ddc265

RGB 221194101
HSL0.130.640.63
HSV47°54°87°
CMYK 0.000.120.54   0.13
XYZ51.459554.895320.1956
Yxy54.89530.40660.4338
Hunter Lab74.0914-5.684335.7029
CIE-Lab78.9809-1.883549.7014

#ddc265 color RGB value is (221,194,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 01100101
Octal 335 302 145
Decimal 221 194 101
Hex DD C2 65

RGB Percentages of Color #ddc265

%42.83
%37.60
%19.57

CMYK Percentages of Color #ddc265

%0
%12
%54
%13

Triadic Colors of #ddc265

#ddc265 #65ddc2 #c265dd

Analogous Colors of #ddc265

#ddc265 #bcdd65 #dd8665

Monochromatic Colors of #ddc265

#ddc265

Complementary Color

#ddc265 #6580dd

#ddc265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc265 Color CSS Codes

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

#ddc265 Text Font Color

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

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


#ddc265 Background Color

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

This div background color is #ddc265


#ddc265 Border Color

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

This div border color is #ddc265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc265


Comments

No comments written yet.

Please login to write comment.