Color Hex Logo

#ddb026 Color Hex

#DDB026
(221,176,38)
0 Favorites   0 Comments

Color spaces of #ddb026

RGB 22117638
HSL0.130.730.51
HSV45°83°87°
CMYK 0.000.200.83   0.13
XYZ45.694046.56288.4129
Yxy46.56280.45390.4625
Hunter Lab68.23690.115640.4560
CIE-Lab73.90924.151169.8318

#ddb026 color RGB value is (221,176,38).

#ddb026 hex color red value is 221, green value is 176 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #ddb026 hue: 0.13 , saturation: 0.73 and the lightness value of ddb026 is 0.51.

The process color (four color CMYK) of #ddb026 color hex is 0.00, 0.20, 0.83, 0.13. Web safe color of #ddb026 is #cc9933. Color #ddb026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 00100110
Octal 335 260 46
Decimal 221 176 38
Hex DD B0 26

RGB Percentages of Color #ddb026

%50.80
%40.46
%8.74

CMYK Percentages of Color #ddb026

%0
%20
%83
%13

Triadic Colors of #ddb026

#ddb026 #26ddb0 #b026dd

Analogous Colors of #ddb026

#ddb026 #afdd26 #dd5526

Monochromatic Colors of #ddb026

#ddb026

Complementary Color

#ddb026 #2653dd

#ddb026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb026 Color CSS Codes

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

#ddb026 Text Font Color

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

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


#ddb026 Background Color

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

This div background color is #ddb026


#ddb026 Border Color

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

This div border color is #ddb026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb026


Comments

No comments written yet.

Please login to write comment.