Color Hex Logo

#dbad3c Color Hex

#DBAD3C
(219,173,60)
0 Favorites   0 Comments

Color spaces of #dbad3c

RGB 21917360
HSL0.120.690.55
HSV43°73°86°
CMYK 0.000.210.73   0.14
XYZ44.972645.273510.6433
Yxy45.27350.44580.4487
Hunter Lab67.28561.556737.7214
CIE-Lab73.07165.689461.4415

#dbad3c color RGB value is (219,173,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 00111100
Octal 333 255 74
Decimal 219 173 60
Hex DB AD 3C

RGB Percentages of Color #dbad3c

%48.45
%38.27
%13.27

CMYK Percentages of Color #dbad3c

%0
%21
%73
%14

Triadic Colors of #dbad3c

#dbad3c #3cdbad #ad3cdb

Analogous Colors of #dbad3c

#dbad3c #badb3c #db5e3c

Monochromatic Colors of #dbad3c

#dbad3c

Complementary Color

#dbad3c #3c6adb

#dbad3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbad3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbad3c Color CSS Codes

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

#dbad3c Text Font Color

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

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


#dbad3c Background Color

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

This div background color is #dbad3c


#dbad3c Border Color

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

This div border color is #dbad3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbad3c


Comments

No comments written yet.

Please login to write comment.