Color Hex Logo

#ddc273 Color Hex

#DDC273
(221,194,115)
0 Favorites   0 Comments

Color spaces of #ddc273

RGB 221194115
HSL0.120.610.66
HSV45°48°87°
CMYK 0.000.120.48   0.13
XYZ52.205155.193524.1216
Yxy55.19350.39690.4197
Hunter Lab74.2923-4.579932.7541
CIE-Lab79.1526-0.664843.0395

#ddc273 color RGB value is (221,194,115).

#ddc273 hex color red value is 221, green value is 194 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ddc273 hue: 0.12 , saturation: 0.61 and the lightness value of ddc273 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 01110011
Octal 335 302 163
Decimal 221 194 115
Hex DD C2 73

RGB Percentages of Color #ddc273

%41.70
%36.60
%21.70

CMYK Percentages of Color #ddc273

%0
%12
%48
%13

Triadic Colors of #ddc273

#ddc273 #73ddc2 #c273dd

Analogous Colors of #ddc273

#ddc273 #c3dd73 #dd8d73

Monochromatic Colors of #ddc273

#ddc273

Complementary Color

#ddc273 #738edd

#ddc273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc273 Color CSS Codes

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

#ddc273 Text Font Color

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

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


#ddc273 Background Color

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

This div background color is #ddc273


#ddc273 Border Color

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

This div border color is #ddc273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc273


Comments

No comments written yet.

Please login to write comment.