Color Hex Logo

#dbc16a Color Hex

#DBC16A
(219,193,106)
0 Favorites   0 Comments

Color spaces of #dbc16a

RGB 219193106
HSL0.130.610.64
HSV46°52°86°
CMYK 0.000.120.52   0.14
XYZ50.884954.240621.4232
Yxy54.24060.40210.4286
Hunter Lab73.6482-5.555534.3072
CIE-Lab78.6018-1.771946.7820

#dbc16a color RGB value is (219,193,106).

#dbc16a hex color red value is 219, green value is 193 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dbc16a hue: 0.13 , saturation: 0.61 and the lightness value of dbc16a is 0.64.

The process color (four color CMYK) of #dbc16a color hex is 0.00, 0.12, 0.52, 0.14. Web safe color of #dbc16a is #cccc66. Color #dbc16a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01101010
Octal 333 301 152
Decimal 219 193 106
Hex DB C1 6A

RGB Percentages of Color #dbc16a

%42.28
%37.26
%20.46

CMYK Percentages of Color #dbc16a

%0
%12
%52
%14

Triadic Colors of #dbc16a

#dbc16a #6adbc1 #c16adb

Analogous Colors of #dbc16a

#dbc16a #bddb6a #db896a

Monochromatic Colors of #dbc16a

#dbc16a

Complementary Color

#dbc16a #6a84db

#dbc16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc16a Color CSS Codes

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

#dbc16a Text Font Color

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

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


#dbc16a Background Color

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

This div background color is #dbc16a


#dbc16a Border Color

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

This div border color is #dbc16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc16a


Comments

No comments written yet.

Please login to write comment.