Color Hex Logo

#ddbb5d Color Hex

#DDBB5D
(221,187,93)
0 Favorites   0 Comments

Color spaces of #ddbb5d

RGB 22118793
HSL0.120.650.62
HSV44°58°87°
CMYK 0.000.150.58   0.13
XYZ49.564951.703117.7233
Yxy51.70310.41650.4345
Hunter Lab71.9049-2.791335.7195
CIE-Lab77.10301.147251.3218

#ddbb5d color RGB value is (221,187,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 01011101
Octal 335 273 135
Decimal 221 187 93
Hex DD BB 5D

RGB Percentages of Color #ddbb5d

%44.11
%37.33
%18.56

CMYK Percentages of Color #ddbb5d

%0
%15
%58
%13

Triadic Colors of #ddbb5d

#ddbb5d #5dddbb #bb5ddd

Analogous Colors of #ddbb5d

#ddbb5d #bfdd5d #dd7b5d

Monochromatic Colors of #ddbb5d

#ddbb5d

Complementary Color

#ddbb5d #5d7fdd

#ddbb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb5d Color CSS Codes

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

#ddbb5d Text Font Color

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

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


#ddbb5d Background Color

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

This div background color is #ddbb5d


#ddbb5d Border Color

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

This div border color is #ddbb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb5d


Comments

No comments written yet.

Please login to write comment.