Color Hex Logo

#ddb273 Color Hex

#DDB273
(221,178,115)
0 Favorites   0 Comments

Color spaces of #ddb273

RGB 221178115
HSL0.100.610.66
HSV36°48°87°
CMYK 0.000.190.48   0.13
XYZ48.833748.450722.9978
Yxy48.45070.40600.4028
Hunter Lab69.60653.418429.1353
CIE-Lab75.10837.756037.9759

#ddb273 color RGB value is (221,178,115).

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

The process color (four color CMYK) of #ddb273 color hex is 0.00, 0.19, 0.48, 0.13. Web safe color of #ddb273 is #cc9966. Color #ddb273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 01110011
Octal 335 262 163
Decimal 221 178 115
Hex DD B2 73

RGB Percentages of Color #ddb273

%43.00
%34.63
%22.37

CMYK Percentages of Color #ddb273

%0
%19
%48
%13

Triadic Colors of #ddb273

#ddb273 #73ddb2 #b273dd

Analogous Colors of #ddb273

#ddb273 #d3dd73 #dd7d73

Monochromatic Colors of #ddb273

#ddb273

Complementary Color

#ddb273 #739edd

#ddb273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb273 Color CSS Codes

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

#ddb273 Text Font Color

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

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


#ddb273 Background Color

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

This div background color is #ddb273


#ddb273 Border Color

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

This div border color is #ddb273


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,178,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 #ddb273">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb273


Comments

No comments written yet.

Please login to write comment.