Color Hex Logo

#dbc679 Color Hex

#DBC679
(219,198,121)
0 Favorites   0 Comments

Color spaces of #dbc679

RGB 219198121
HSL0.130.580.67
HSV47°45°86°
CMYK 0.000.100.45   0.14
XYZ52.858756.828726.2722
Yxy56.82870.38880.4180
Hunter Lab75.3848-6.761932.1063
CIE-Lab80.0831-2.974041.1493

#dbc679 color RGB value is (219,198,121).

#dbc679 hex color red value is 219, green value is 198 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dbc679 hue: 0.13 , saturation: 0.58 and the lightness value of dbc679 is 0.67.

The process color (four color CMYK) of #dbc679 color hex is 0.00, 0.10, 0.45, 0.14. Web safe color of #dbc679 is #cccc66. Color #dbc679 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01111001
Octal 333 306 171
Decimal 219 198 121
Hex DB C6 79

RGB Percentages of Color #dbc679

%40.71
%36.80
%22.49

CMYK Percentages of Color #dbc679

%0
%10
%45
%14

Triadic Colors of #dbc679

#dbc679 #79dbc6 #c679db

Analogous Colors of #dbc679

#dbc679 #bfdb79 #db9579

Monochromatic Colors of #dbc679

#dbc679

Complementary Color

#dbc679 #798edb

#dbc679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc679 Color CSS Codes

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

#dbc679 Text Font Color

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

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


#dbc679 Background Color

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

This div background color is #dbc679


#dbc679 Border Color

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

This div border color is #dbc679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc679


Comments

No comments written yet.

Please login to write comment.