Color Hex Logo

#ddb21d Color Hex

#DDB21D
(221,178,29)
0 Favorites   0 Comments

Color spaces of #ddb21d

RGB 22117829
HSL0.130.770.49
HSV47°87°87°
CMYK 0.000.190.87   0.13
XYZ45.961047.30167.8701
Yxy47.30160.45450.4677
Hunter Lab68.7762-1.072241.3587
CIE-Lab74.38232.873772.5203

#ddb21d color RGB value is (221,178,29).

#ddb21d hex color red value is 221, green value is 178 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ddb21d hue: 0.13 , saturation: 0.77 and the lightness value of ddb21d is 0.49.

The process color (four color CMYK) of #ddb21d color hex is 0.00, 0.19, 0.87, 0.13. Web safe color of #ddb21d is #cc9933. Color #ddb21d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 00011101
Octal 335 262 35
Decimal 221 178 29
Hex DD B2 1D

RGB Percentages of Color #ddb21d

%51.64
%41.59
%6.78

CMYK Percentages of Color #ddb21d

%0
%19
%87
%13

Triadic Colors of #ddb21d

#ddb21d #1dddb2 #b21ddd

Analogous Colors of #ddb21d

#ddb21d #a8dd1d #dd521d

Monochromatic Colors of #ddb21d

#ddb21d

Complementary Color

#ddb21d #1d48dd

#ddb21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb21d Color CSS Codes

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

#ddb21d Text Font Color

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

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


#ddb21d Background Color

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

This div background color is #ddb21d


#ddb21d Border Color

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

This div border color is #ddb21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb21d


Comments

No comments written yet.

Please login to write comment.