Color Hex Logo

#ddb858 Color Hex

#DDB858
(221,184,88)
0 Favorites   0 Comments

Color spaces of #ddb858

RGB 22118488
HSL0.120.660.61
HSV43°60°87°
CMYK 0.000.170.60   0.13
XYZ48.720750.357716.3847
Yxy50.35770.42200.4361
Hunter Lab70.9632-1.634035.9847
CIE-Lab76.28832.360752.7387

#ddb858 color RGB value is (221,184,88).

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

The process color (four color CMYK) of #ddb858 color hex is 0.00, 0.17, 0.60, 0.13. Web safe color of #ddb858 is #cccc66. Color #ddb858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 01011000
Octal 335 270 130
Decimal 221 184 88
Hex DD B8 58

RGB Percentages of Color #ddb858

%44.83
%37.32
%17.85

CMYK Percentages of Color #ddb858

%0
%17
%60
%13

Triadic Colors of #ddb858

#ddb858 #58ddb8 #b858dd

Analogous Colors of #ddb858

#ddb858 #c0dd58 #dd7658

Monochromatic Colors of #ddb858

#ddb858

Complementary Color

#ddb858 #587ddd

#ddb858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb858 Color CSS Codes

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

#ddb858 Text Font Color

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

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


#ddb858 Background Color

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

This div background color is #ddb858


#ddb858 Border Color

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

This div border color is #ddb858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb858


Comments

No comments written yet.

Please login to write comment.