Color Hex Logo

#ddb100 Color Hex

#DDB100
(221,177,0)
0 Favorites   0 Comments

Color spaces of #ddb100

RGB 2211770
HSL0.131.000.43
HSV48°100°87°
CMYK 0.000.201.00   0.13
XYZ45.540946.81646.6362
Yxy46.81640.46000.4729
Hunter Lab68.4225-0.932742.1453
CIE-Lab74.07223.010976.5893

#ddb100 color RGB value is (221,177,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 00000000
Octal 335 261 0
Decimal 221 177 0
Hex DD B1 0

RGB Percentages of Color #ddb100

%55.53
%44.47
%0.00

CMYK Percentages of Color #ddb100

%0
%20
%100
%13

Triadic Colors of #ddb100

#ddb100 #00ddb1 #b100dd

Analogous Colors of #ddb100

#ddb100 #9bdd00 #dd4300

Monochromatic Colors of #ddb100

#ddb100

Complementary Color

#ddb100 #002cdd

#ddb100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb100 Color CSS Codes

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

#ddb100 Text Font Color

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

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


#ddb100 Background Color

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

This div background color is #ddb100


#ddb100 Border Color

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

This div border color is #ddb100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb100


Comments

No comments written yet.

Please login to write comment.