Color Hex Logo

#dbbf6c Color Hex

#DBBF6C
(219,191,108)
0 Favorites   0 Comments

Color spaces of #dbbf6c

RGB 219191108
HSL0.120.610.64
HSV45°51°86°
CMYK 0.000.130.51   0.14
XYZ50.551053.404421.8311
Yxy53.40440.40190.4246
Hunter Lab73.0783-4.411933.4428
CIE-Lab78.1132-0.555645.2059

#dbbf6c color RGB value is (219,191,108).

#dbbf6c hex color red value is 219, green value is 191 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dbbf6c hue: 0.12 , saturation: 0.61 and the lightness value of dbbf6c is 0.64.

The process color (four color CMYK) of #dbbf6c color hex is 0.00, 0.13, 0.51, 0.14. Web safe color of #dbbf6c is #cccc66. Color #dbbf6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 01101100
Octal 333 277 154
Decimal 219 191 108
Hex DB BF 6C

RGB Percentages of Color #dbbf6c

%42.28
%36.87
%20.85

CMYK Percentages of Color #dbbf6c

%0
%13
%51
%14

Triadic Colors of #dbbf6c

#dbbf6c #6cdbbf #bf6cdb

Analogous Colors of #dbbf6c

#dbbf6c #c0db6c #db886c

Monochromatic Colors of #dbbf6c

#dbbf6c

Complementary Color

#dbbf6c #6c88db

#dbbf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf6c Color CSS Codes

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

#dbbf6c Text Font Color

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

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


#dbbf6c Background Color

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

This div background color is #dbbf6c


#dbbf6c Border Color

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

This div border color is #dbbf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf6c


Comments

No comments written yet.

Please login to write comment.