Color Hex Logo

#dbc761 Color Hex

#DBC761
(219,199,97)
0 Favorites   0 Comments

Color spaces of #dbc761

RGB 21919997
HSL0.140.630.62
HSV50°56°86°
CMYK 0.000.090.56   0.14
XYZ51.794556.770019.5371
Yxy56.77000.40430.4432
Hunter Lab75.3459-9.150237.3683
CIE-Lab80.0501-5.609552.7981

#dbc761 color RGB value is (219,199,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01100001
Octal 333 307 141
Decimal 219 199 97
Hex DB C7 61

RGB Percentages of Color #dbc761

%42.52
%38.64
%18.83

CMYK Percentages of Color #dbc761

%0
%9
%56
%14

Triadic Colors of #dbc761

#dbc761 #61dbc7 #c761db

Analogous Colors of #dbc761

#dbc761 #b2db61 #db8a61

Monochromatic Colors of #dbc761

#dbc761

Complementary Color

#dbc761 #6175db

#dbc761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc761 Color CSS Codes

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

#dbc761 Text Font Color

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

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


#dbc761 Background Color

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

This div background color is #dbc761


#dbc761 Border Color

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

This div border color is #dbc761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc761


Comments

No comments written yet.

Please login to write comment.