Color Hex Logo

#ddb422 Color Hex

#DDB422
(221,180,34)
0 Favorites   0 Comments

Color spaces of #ddb422

RGB 22118034
HSL0.130.730.50
HSV47°85°87°
CMYK 0.000.190.85   0.13
XYZ46.428848.13028.3564
Yxy48.13020.45110.4677
Hunter Lab69.3759-1.949441.4216
CIE-Lab74.90701.939071.7432

#ddb422 color RGB value is (221,180,34).

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

The process color (four color CMYK) of #ddb422 color hex is 0.00, 0.19, 0.85, 0.13. Web safe color of #ddb422 is #cccc33. Color #ddb422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 00100010
Octal 335 264 42
Decimal 221 180 34
Hex DD B4 22

RGB Percentages of Color #ddb422

%50.80
%41.38
%7.82

CMYK Percentages of Color #ddb422

%0
%19
%85
%13

Triadic Colors of #ddb422

#ddb422 #22ddb4 #b422dd

Analogous Colors of #ddb422

#ddb422 #a9dd22 #dd5622

Monochromatic Colors of #ddb422

#ddb422

Complementary Color

#ddb422 #224bdd

#ddb422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb422 Color CSS Codes

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

#ddb422 Text Font Color

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

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


#ddb422 Background Color

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

This div background color is #ddb422


#ddb422 Border Color

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

This div border color is #ddb422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb422


Comments

No comments written yet.

Please login to write comment.