Color Hex Logo

#ddb144 Color Hex

#DDB144
(221,177,68)
0 Favorites   0 Comments

Color spaces of #ddb144

RGB 22117768
HSL0.120.690.57
HSV43°69°87°
CMYK 0.000.200.69   0.13
XYZ46.584347.233812.1306
Yxy47.23380.43970.4458
Hunter Lab68.72690.718537.6438
CIE-Lab74.33914.826059.5211

#ddb144 color RGB value is (221,177,68).

#ddb144 hex color red value is 221, green value is 177 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #ddb144 hue: 0.12 , saturation: 0.69 and the lightness value of ddb144 is 0.57.

The process color (four color CMYK) of #ddb144 color hex is 0.00, 0.20, 0.69, 0.13. Web safe color of #ddb144 is #cc9933. Color #ddb144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 01000100
Octal 335 261 104
Decimal 221 177 68
Hex DD B1 44

RGB Percentages of Color #ddb144

%47.42
%37.98
%14.59

CMYK Percentages of Color #ddb144

%0
%20
%69
%13

Triadic Colors of #ddb144

#ddb144 #44ddb1 #b144dd

Analogous Colors of #ddb144

#ddb144 #bddd44 #dd6544

Monochromatic Colors of #ddb144

#ddb144

Complementary Color

#ddb144 #4470dd

#ddb144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb144 Color CSS Codes

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

#ddb144 Text Font Color

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

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


#ddb144 Background Color

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

This div background color is #ddb144


#ddb144 Border Color

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

This div border color is #ddb144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb144


Comments

No comments written yet.

Please login to write comment.