Color Hex Logo

#dbc165 Color Hex

#DBC165
(219,193,101)
0 Favorites   0 Comments

Color spaces of #dbc165

RGB 219193101
HSL0.130.620.63
HSV47°54°86°
CMYK 0.000.120.54   0.14
XYZ50.632354.139620.0933
Yxy54.13960.40550.4336
Hunter Lab73.5796-5.933235.3147
CIE-Lab78.5431-2.191649.1394

#dbc165 color RGB value is (219,193,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01100101
Octal 333 301 145
Decimal 219 193 101
Hex DB C1 65

RGB Percentages of Color #dbc165

%42.69
%37.62
%19.69

CMYK Percentages of Color #dbc165

%0
%12
%54
%14

Triadic Colors of #dbc165

#dbc165 #65dbc1 #c165db

Analogous Colors of #dbc165

#dbc165 #badb65 #db8665

Monochromatic Colors of #dbc165

#dbc165

Complementary Color

#dbc165 #657fdb

#dbc165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc165 Color CSS Codes

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

#dbc165 Text Font Color

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

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


#dbc165 Background Color

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

This div background color is #dbc165


#dbc165 Border Color

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

This div border color is #dbc165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc165


Comments

No comments written yet.

Please login to write comment.