Color Hex Logo

#ddb758 Color Hex

#DDB758
(221,183,88)
0 Favorites   0 Comments

Color spaces of #ddb758

RGB 22118388
HSL0.120.660.61
HSV43°60°87°
CMYK 0.000.170.60   0.13
XYZ48.513749.943716.3157
Yxy49.94370.42270.4352
Hunter Lab70.6709-1.138435.7814
CIE-Lab76.03472.886352.4510

#ddb758 color RGB value is (221,183,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01011000
Octal 335 267 130
Decimal 221 183 88
Hex DD B7 58

RGB Percentages of Color #ddb758

%44.92
%37.20
%17.89

CMYK Percentages of Color #ddb758

%0
%17
%60
%13

Triadic Colors of #ddb758

#ddb758 #58ddb7 #b758dd

Analogous Colors of #ddb758

#ddb758 #c1dd58 #dd7558

Monochromatic Colors of #ddb758

#ddb758

Complementary Color

#ddb758 #587edd

#ddb758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb758 Color CSS Codes

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

#ddb758 Text Font Color

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

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


#ddb758 Background Color

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

This div background color is #ddb758


#ddb758 Border Color

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

This div border color is #ddb758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb758


Comments

No comments written yet.

Please login to write comment.