Color Hex Logo

#ddbb61 Color Hex

#DDBB61
(221,187,97)
0 Favorites   0 Comments

Color spaces of #ddbb61

RGB 22118797
HSL0.120.650.62
HSV44°56°87°
CMYK 0.000.150.56   0.13
XYZ49.746851.775918.6811
Yxy51.77590.41390.4307
Hunter Lab71.9555-2.515134.9759
CIE-Lab77.14661.450749.4644

#ddbb61 color RGB value is (221,187,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 01100001
Octal 335 273 141
Decimal 221 187 97
Hex DD BB 61

RGB Percentages of Color #ddbb61

%43.76
%37.03
%19.21

CMYK Percentages of Color #ddbb61

%0
%15
%56
%13

Triadic Colors of #ddbb61

#ddbb61 #61ddbb #bb61dd

Analogous Colors of #ddbb61

#ddbb61 #c1dd61 #dd7d61

Monochromatic Colors of #ddbb61

#ddbb61

Complementary Color

#ddbb61 #6183dd

#ddbb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb61 Color CSS Codes

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

#ddbb61 Text Font Color

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

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


#ddbb61 Background Color

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

This div background color is #ddbb61


#ddbb61 Border Color

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

This div border color is #ddbb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb61


Comments

No comments written yet.

Please login to write comment.