Color Hex Logo

#dda255 Color Hex

#DDA255
(221,162,85)
0 Favorites   0 Comments

Color spaces of #dda255

RGB 22116285
HSL0.090.670.60
HSV34°62°87°
CMYK 0.000.270.62   0.13
XYZ44.378841.868714.3368
Yxy41.86870.44120.4163
Hunter Lab64.70609.189132.1574
CIE-Lab70.780313.843447.8729

#dda255 color RGB value is (221,162,85).

#dda255 hex color red value is 221, green value is 162 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dda255 hue: 0.09 , saturation: 0.67 and the lightness value of dda255 is 0.60.

The process color (four color CMYK) of #dda255 color hex is 0.00, 0.27, 0.62, 0.13. Web safe color of #dda255 is #cc9966. Color #dda255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 01010101
Octal 335 242 125
Decimal 221 162 85
Hex DD A2 55

RGB Percentages of Color #dda255

%47.22
%34.62
%18.16

CMYK Percentages of Color #dda255

%0
%27
%62
%13

Triadic Colors of #dda255

#dda255 #55dda2 #a255dd

Analogous Colors of #dda255

#dda255 #d4dd55 #dd5e55

Monochromatic Colors of #dda255

#dda255

Complementary Color

#dda255 #5590dd

#dda255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda255 Color CSS Codes

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

#dda255 Text Font Color

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

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


#dda255 Background Color

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

This div background color is #dda255


#dda255 Border Color

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

This div border color is #dda255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda255


Comments

No comments written yet.

Please login to write comment.