Color Hex Logo

#ddb961 Color Hex

#DDB961
(221,185,97)
0 Favorites   0 Comments

Color spaces of #ddb961

RGB 22118597
HSL0.120.650.62
HSV43°56°87°
CMYK 0.000.160.56   0.13
XYZ49.325450.933118.5406
Yxy50.93310.41520.4287
Hunter Lab71.3674-1.523234.5542
CIE-Lab76.63852.500148.8675

#ddb961 color RGB value is (221,185,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 01100001
Octal 335 271 141
Decimal 221 185 97
Hex DD B9 61

RGB Percentages of Color #ddb961

%43.94
%36.78
%19.28

CMYK Percentages of Color #ddb961

%0
%16
%56
%13

Triadic Colors of #ddb961

#ddb961 #61ddb9 #b961dd

Analogous Colors of #ddb961

#ddb961 #c3dd61 #dd7b61

Monochromatic Colors of #ddb961

#ddb961

Complementary Color

#ddb961 #6185dd

#ddb961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb961 Color CSS Codes

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

#ddb961 Text Font Color

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

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


#ddb961 Background Color

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

This div background color is #ddb961


#ddb961 Border Color

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

This div border color is #ddb961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb961


Comments

No comments written yet.

Please login to write comment.