Color Hex Logo

#ddb109 Color Hex

#DDB109
(221,177,9)
0 Favorites   0 Comments

Color spaces of #ddb109

RGB 2211779
HSL0.130.920.45
HSV48°96°87°
CMYK 0.000.200.96   0.13
XYZ45.590246.83626.8959
Yxy46.83620.45900.4716
Hunter Lab68.4370-0.854641.9317
CIE-Lab74.08493.097375.5976

#ddb109 color RGB value is (221,177,9).

#ddb109 hex color red value is 221, green value is 177 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ddb109 hue: 0.13 , saturation: 0.92 and the lightness value of ddb109 is 0.45.

The process color (four color CMYK) of #ddb109 color hex is 0.00, 0.20, 0.96, 0.13. Web safe color of #ddb109 is #cc9900. Color #ddb109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 00001001
Octal 335 261 11
Decimal 221 177 9
Hex DD B1 9

RGB Percentages of Color #ddb109

%54.30
%43.49
%2.21

CMYK Percentages of Color #ddb109

%0
%20
%96
%13

Triadic Colors of #ddb109

#ddb109 #09ddb1 #b109dd

Analogous Colors of #ddb109

#ddb109 #9fdd09 #dd4709

Monochromatic Colors of #ddb109

#ddb109

Complementary Color

#ddb109 #0935dd

#ddb109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb109 Color CSS Codes

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

#ddb109 Text Font Color

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

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


#ddb109 Background Color

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

This div background color is #ddb109


#ddb109 Border Color

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

This div border color is #ddb109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb109


Comments

No comments written yet.

Please login to write comment.