Color Hex Logo

#dbad22 Color Hex

#DBAD22
(219,173,34)
0 Favorites   0 Comments

Color spaces of #dbad22

RGB 21917334
HSL0.130.730.50
HSV45°84°86°
CMYK 0.000.210.84   0.14
XYZ44.445745.06277.8688
Yxy45.06270.45640.4628
Hunter Lab67.12880.708940.0402
CIE-Lab72.93324.758670.0264

#dbad22 color RGB value is (219,173,34).

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

The process color (four color CMYK) of #dbad22 color hex is 0.00, 0.21, 0.84, 0.14. Web safe color of #dbad22 is #cc9933. Color #dbad22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 00100010
Octal 333 255 42
Decimal 219 173 34
Hex DB AD 22

RGB Percentages of Color #dbad22

%51.41
%40.61
%7.98

CMYK Percentages of Color #dbad22

%0
%21
%84
%14

Triadic Colors of #dbad22

#dbad22 #22dbad #ad22db

Analogous Colors of #dbad22

#dbad22 #addb22 #db5122

Monochromatic Colors of #dbad22

#dbad22

Complementary Color

#dbad22 #2250db

#dbad22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbad22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbad22 Color CSS Codes

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

#dbad22 Text Font Color

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

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


#dbad22 Background Color

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

This div background color is #dbad22


#dbad22 Border Color

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

This div border color is #dbad22


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,173,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 #dbad22">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbad22


Comments

No comments written yet.

Please login to write comment.