Color Hex Logo

#dbc465 Color Hex

#DBC465
(219,196,101)
0 Favorites   0 Comments

Color spaces of #dbc465

RGB 219196101
HSL0.130.620.63
HSV48°54°86°
CMYK 0.000.110.54   0.14
XYZ51.302355.479520.3166
Yxy55.47950.40360.4365
Hunter Lab74.4846-7.403635.9671
CIE-Lab79.3167-3.746150.0529

#dbc465 color RGB value is (219,196,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 01100101
Octal 333 304 145
Decimal 219 196 101
Hex DB C4 65

RGB Percentages of Color #dbc465

%42.44
%37.98
%19.57

CMYK Percentages of Color #dbc465

%0
%11
%54
%14

Triadic Colors of #dbc465

#dbc465 #65dbc4 #c465db

Analogous Colors of #dbc465

#dbc465 #b7db65 #db8965

Monochromatic Colors of #dbc465

#dbc465

Complementary Color

#dbc465 #657cdb

#dbc465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc465 Color CSS Codes

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

#dbc465 Text Font Color

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

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


#dbc465 Background Color

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

This div background color is #dbc465


#dbc465 Border Color

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

This div border color is #dbc465


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,196,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 #dbc465">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc465


Comments

No comments written yet.

Please login to write comment.