Color Hex Logo

#ddb661 Color Hex

#DDB661
(221,182,97)
0 Favorites   0 Comments

Color spaces of #ddb661

RGB 22118297
HSL0.110.650.62
HSV41°56°87°
CMYK 0.000.180.56   0.13
XYZ48.704449.691118.3336
Yxy49.69110.41720.4257
Hunter Lab70.4919-0.031333.9241
CIE-Lab75.87934.079247.9727

#ddb661 color RGB value is (221,182,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 01100001
Octal 335 266 141
Decimal 221 182 97
Hex DD B6 61

RGB Percentages of Color #ddb661

%44.20
%36.40
%19.40

CMYK Percentages of Color #ddb661

%0
%18
%56
%13

Triadic Colors of #ddb661

#ddb661 #61ddb6 #b661dd

Analogous Colors of #ddb661

#ddb661 #c6dd61 #dd7861

Monochromatic Colors of #ddb661

#ddb661

Complementary Color

#ddb661 #6188dd

#ddb661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb661 Color CSS Codes

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

#ddb661 Text Font Color

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

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


#ddb661 Background Color

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

This div background color is #ddb661


#ddb661 Border Color

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

This div border color is #ddb661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb661


Comments

No comments written yet.

Please login to write comment.