color codes Logo

#dda360 color codes

#DDA360
(221,163,96)
0 Favorites   0 Comments

Color spaces of #dda360

RGB 22116396
HSL0.090.650.62
HSV32°57°87°
CMYK 0.000.260.57   0.13
XYZ45.027342.411116.8793
Yxy42.41110.43160.4066
Hunter Lab65.12389.450230.2194
CIE-Lab71.153414.115342.8257

#dda360 color RGB value is (221,163,96).

#dda360 hex color red value is 221, green value is 163 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dda360 hue: 0.09 , saturation: 0.65 and the lightness value of dda360 is 0.62.

The process color (four color CMYK) of #dda360 color code is 0.00, 0.26, 0.57, 0.13. Web safe color of #dda360 is #cc9966. Color #dda360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 01100000
Octal 335 243 140
Decimal 221 163 96
Hex DD A3 60

RGB Percentages of Color #dda360

%46.04
%33.96
%20.00

CMYK Percentages of Color #dda360

%0
%26
%57
%13

Triadic Colors of #dda360

#dda360 #60dda3 #a360dd

Analogous Colors of #dda360

#dda360 #d9dd60 #dd6560

Monochromatic Colors of #dda360

#dda360

Complementary Color

#dda360 #609add

#dda360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda360 Color CSS Codes

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

#dda360 Text Font Color

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

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


#dda360 Background Color

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

This div background color is #dda360


#dda360 Border Color

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

This div border color is #dda360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda360


Comments

No comments written yet.

Please login to write comment.