Color Hex Logo

#dbc779 Color Hex

#DBC779
(219,199,121)
0 Favorites   0 Comments

Color spaces of #dbc779

RGB 219199121
HSL0.130.580.67
HSV48°45°86°
CMYK 0.000.090.45   0.14
XYZ53.088057.287426.3487
Yxy57.28740.38830.4190
Hunter Lab75.6884-7.254632.3418
CIE-Lab80.3410-3.491641.4731

#dbc779 color RGB value is (219,199,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01111001
Octal 333 307 171
Decimal 219 199 121
Hex DB C7 79

RGB Percentages of Color #dbc779

%40.63
%36.92
%22.45

CMYK Percentages of Color #dbc779

%0
%9
%45
%14

Triadic Colors of #dbc779

#dbc779 #79dbc7 #c779db

Analogous Colors of #dbc779

#dbc779 #bedb79 #db9679

Monochromatic Colors of #dbc779

#dbc779

Complementary Color

#dbc779 #798ddb

#dbc779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc779 Color CSS Codes

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

#dbc779 Text Font Color

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

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


#dbc779 Background Color

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

This div background color is #dbc779


#dbc779 Border Color

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

This div border color is #dbc779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc779


Comments

No comments written yet.

Please login to write comment.