Color Hex Logo

#ddd144 Color Hex

#DDD144
(221,209,68)
0 Favorites   0 Comments

Color spaces of #ddd144

RGB 22120968
HSL0.150.690.57
HSV55°69°87°
CMYK 0.000.050.69   0.13
XYZ53.662661.390414.4901
Yxy61.39040.41420.4739
Hunter Lab78.3520-14.863043.8816
CIE-Lab82.5882-11.697567.8699

#ddd144 color RGB value is (221,209,68).

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

The process color (four color CMYK) of #ddd144 color hex is 0.00, 0.05, 0.69, 0.13. Web safe color of #ddd144 is #cccc33. Color #ddd144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 01000100
Octal 335 321 104
Decimal 221 209 68
Hex DD D1 44

RGB Percentages of Color #ddd144

%44.38
%41.97
%13.65

CMYK Percentages of Color #ddd144

%0
%5
%69
%13

Triadic Colors of #ddd144

#ddd144 #44ddd1 #d144dd

Analogous Colors of #ddd144

#ddd144 #9ddd44 #dd8544

Monochromatic Colors of #ddd144

#ddd144

Complementary Color

#ddd144 #4450dd

#ddd144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd144 Color CSS Codes

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

#ddd144 Text Font Color

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

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


#ddd144 Background Color

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

This div background color is #ddd144


#ddd144 Border Color

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

This div border color is #ddd144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd144


Comments

No comments written yet.

Please login to write comment.