Color Hex Logo

#dbc260 Color Hex

#DBC260
(219,194,96)
0 Favorites   0 Comments

Color spaces of #dbc260

RGB 21919496
HSL0.130.630.62
HSV48°56°86°
CMYK 0.000.110.56   0.14
XYZ50.616554.488218.9158
Yxy54.48820.40810.4393
Hunter Lab73.8161-6.778936.4779
CIE-Lab78.7455-3.106551.7576

#dbc260 color RGB value is (219,194,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 01100000
Octal 333 302 140
Decimal 219 194 96
Hex DB C2 60

RGB Percentages of Color #dbc260

%43.03
%38.11
%18.86

CMYK Percentages of Color #dbc260

%0
%11
%56
%14

Triadic Colors of #dbc260

#dbc260 #60dbc2 #c260db

Analogous Colors of #dbc260

#dbc260 #b7db60 #db8560

Monochromatic Colors of #dbc260

#dbc260

Complementary Color

#dbc260 #6079db

#dbc260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc260 Color CSS Codes

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

#dbc260 Text Font Color

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

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


#dbc260 Background Color

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

This div background color is #dbc260


#dbc260 Border Color

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

This div border color is #dbc260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc260


Comments

No comments written yet.

Please login to write comment.