Color Hex Logo

#ddb158 Color Hex

#DDB158
(221,177,88)
0 Favorites   0 Comments

Color spaces of #ddb158

RGB 22117788
HSL0.110.660.61
HSV40°60°87°
CMYK 0.000.200.60   0.13
XYZ47.302447.521015.9119
Yxy47.52100.42720.4291
Hunter Lab68.93551.846734.5693
CIE-Lab74.52186.053750.7262

#ddb158 color RGB value is (221,177,88).

#ddb158 hex color red value is 221, green value is 177 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ddb158 hue: 0.11 , saturation: 0.66 and the lightness value of ddb158 is 0.61.

The process color (four color CMYK) of #ddb158 color hex is 0.00, 0.20, 0.60, 0.13. Web safe color of #ddb158 is #cc9966. Color #ddb158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 01011000
Octal 335 261 130
Decimal 221 177 88
Hex DD B1 58

RGB Percentages of Color #ddb158

%45.47
%36.42
%18.11

CMYK Percentages of Color #ddb158

%0
%20
%60
%13

Triadic Colors of #ddb158

#ddb158 #58ddb1 #b158dd

Analogous Colors of #ddb158

#ddb158 #c7dd58 #dd6f58

Monochromatic Colors of #ddb158

#ddb158

Complementary Color

#ddb158 #5884dd

#ddb158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb158 Color CSS Codes

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

#ddb158 Text Font Color

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

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


#ddb158 Background Color

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

This div background color is #ddb158


#ddb158 Border Color

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

This div border color is #ddb158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb158


Comments

No comments written yet.

Please login to write comment.