Color Hex Logo

#dbad44 Color Hex

#DBAD44
(219,173,68)
0 Favorites   0 Comments

Color spaces of #dbad44

RGB 21917368
HSL0.120.680.56
HSV42°69°86°
CMYK 0.000.210.69   0.14
XYZ45.200445.364611.8428
Yxy45.36460.44140.4430
Hunter Lab67.35321.922236.7222
CIE-Lab73.13136.088858.2059

#dbad44 color RGB value is (219,173,68).

#dbad44 hex color red value is 219, green value is 173 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dbad44 hue: 0.12 , saturation: 0.68 and the lightness value of dbad44 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 01000100
Octal 333 255 104
Decimal 219 173 68
Hex DB AD 44

RGB Percentages of Color #dbad44

%47.61
%37.61
%14.78

CMYK Percentages of Color #dbad44

%0
%21
%69
%14

Triadic Colors of #dbad44

#dbad44 #44dbad #ad44db

Analogous Colors of #dbad44

#dbad44 #bedb44 #db6244

Monochromatic Colors of #dbad44

#dbad44

Complementary Color

#dbad44 #4472db

#dbad44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbad44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbad44 Color CSS Codes

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

#dbad44 Text Font Color

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

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


#dbad44 Background Color

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

This div background color is #dbad44


#dbad44 Border Color

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

This div border color is #dbad44


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,173,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbad44


Comments

No comments written yet.

Please login to write comment.