Color Hex Logo

#dbad43 Color Hex

#DBAD43
(219,173,67)
0 Favorites   0 Comments

Color spaces of #dbad43

RGB 21917367
HSL0.120.680.56
HSV42°69°86°
CMYK 0.000.210.69   0.14
XYZ45.170145.352511.6834
Yxy45.35250.44200.4437
Hunter Lab67.34431.873636.8549
CIE-Lab73.12346.035758.6225

#dbad43 color RGB value is (219,173,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 01000011
Octal 333 255 103
Decimal 219 173 67
Hex DB AD 43

RGB Percentages of Color #dbad43

%47.71
%37.69
%14.60

CMYK Percentages of Color #dbad43

%0
%21
%69
%14

Triadic Colors of #dbad43

#dbad43 #43dbad #ad43db

Analogous Colors of #dbad43

#dbad43 #bddb43 #db6143

Monochromatic Colors of #dbad43

#dbad43

Complementary Color

#dbad43 #4371db

#dbad43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbad43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbad43 Color CSS Codes

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

#dbad43 Text Font Color

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

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


#dbad43 Background Color

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

This div background color is #dbad43


#dbad43 Border Color

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

This div border color is #dbad43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbad43


Comments

No comments written yet.

Please login to write comment.