Color Hex Logo

#dbc763 Color Hex

#DBC763
(219,199,99)
0 Favorites   0 Comments

Color spaces of #dbc763

RGB 21919999
HSL0.140.630.62
HSV50°55°86°
CMYK 0.000.090.55   0.14
XYZ51.889056.807820.0345
Yxy56.80780.40310.4413
Hunter Lab75.3709-9.011136.9997
CIE-Lab80.0714-5.453151.8856

#dbc763 color RGB value is (219,199,99).

#dbc763 hex color red value is 219, green value is 199 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dbc763 hue: 0.14 , saturation: 0.63 and the lightness value of dbc763 is 0.62.

The process color (four color CMYK) of #dbc763 color hex is 0.00, 0.09, 0.55, 0.14. Web safe color of #dbc763 is #cccc66. Color #dbc763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01100011
Octal 333 307 143
Decimal 219 199 99
Hex DB C7 63

RGB Percentages of Color #dbc763

%42.36
%38.49
%19.15

CMYK Percentages of Color #dbc763

%0
%9
%55
%14

Triadic Colors of #dbc763

#dbc763 #63dbc7 #c763db

Analogous Colors of #dbc763

#dbc763 #b3db63 #db8b63

Monochromatic Colors of #dbc763

#dbc763

Complementary Color

#dbc763 #6377db

#dbc763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc763 Color CSS Codes

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

#dbc763 Text Font Color

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

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


#dbc763 Background Color

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

This div background color is #dbc763


#dbc763 Border Color

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

This div border color is #dbc763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc763


Comments

No comments written yet.

Please login to write comment.