Color Hex Logo

#ddb705 Color Hex

#DDB705
(221,183,5)
0 Favorites   0 Comments

Color spaces of #ddb705

RGB 2211835
HSL0.140.960.44
HSV49°98°87°
CMYK 0.000.170.98   0.13
XYZ46.779749.25017.1842
Yxy49.25010.45320.4772
Hunter Lab70.1784-3.827343.0553
CIE-Lab75.6067-0.087377.1255

#ddb705 color RGB value is (221,183,5).

#ddb705 hex color red value is 221, green value is 183 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ddb705 hue: 0.14 , saturation: 0.96 and the lightness value of ddb705 is 0.44.

The process color (four color CMYK) of #ddb705 color hex is 0.00, 0.17, 0.98, 0.13. Web safe color of #ddb705 is #cccc00. Color #ddb705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 00000101
Octal 335 267 5
Decimal 221 183 5
Hex DD B7 5

RGB Percentages of Color #ddb705

%54.03
%44.74
%1.22

CMYK Percentages of Color #ddb705

%0
%17
%98
%13

Triadic Colors of #ddb705

#ddb705 #05ddb7 #b705dd

Analogous Colors of #ddb705

#ddb705 #97dd05 #dd4b05

Monochromatic Colors of #ddb705

#ddb705

Complementary Color

#ddb705 #052bdd

#ddb705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb705 Color CSS Codes

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

#ddb705 Text Font Color

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

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


#ddb705 Background Color

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

This div background color is #ddb705


#ddb705 Border Color

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

This div border color is #ddb705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb705


Comments

No comments written yet.

Please login to write comment.