Color Hex Logo

#ddb461 Color Hex

#DDB461
(221,180,97)
0 Favorites   0 Comments

Color spaces of #ddb461

RGB 22118097
HSL0.110.650.62
HSV40°56°87°
CMYK 0.000.190.56   0.13
XYZ48.297748.877718.1980
Yxy48.87770.41860.4236
Hunter Lab69.91260.966133.5058
CIE-Lab75.37525.135147.3765

#ddb461 color RGB value is (221,180,97).

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

The process color (four color CMYK) of #ddb461 color hex is 0.00, 0.19, 0.56, 0.13. Web safe color of #ddb461 is #cccc66. Color #ddb461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 01100001
Octal 335 264 141
Decimal 221 180 97
Hex DD B4 61

RGB Percentages of Color #ddb461

%44.38
%36.14
%19.48

CMYK Percentages of Color #ddb461

%0
%19
%56
%13

Triadic Colors of #ddb461

#ddb461 #61ddb4 #b461dd

Analogous Colors of #ddb461

#ddb461 #c8dd61 #dd7661

Monochromatic Colors of #ddb461

#ddb461

Complementary Color

#ddb461 #618add

#ddb461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb461 Color CSS Codes

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

#ddb461 Text Font Color

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

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


#ddb461 Background Color

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

This div background color is #ddb461


#ddb461 Border Color

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

This div border color is #ddb461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb461


Comments

No comments written yet.

Please login to write comment.