Color Hex Logo

#dbbe69 Color Hex

#DBBE69
(219,190,105)
0 Favorites   0 Comments

Color spaces of #dbbe69

RGB 219190105
HSL0.120.610.64
HSV45°52°86°
CMYK 0.000.130.52   0.14
XYZ50.176752.906920.9321
Yxy52.90690.40460.4266
Hunter Lab72.7371-4.154233.8537
CIE-Lab77.8200-0.294346.3298

#dbbe69 color RGB value is (219,190,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 01101001
Octal 333 276 151
Decimal 219 190 105
Hex DB BE 69

RGB Percentages of Color #dbbe69

%42.61
%36.96
%20.43

CMYK Percentages of Color #dbbe69

%0
%13
%52
%14

Triadic Colors of #dbbe69

#dbbe69 #69dbbe #be69db

Analogous Colors of #dbbe69

#dbbe69 #bfdb69 #db8569

Monochromatic Colors of #dbbe69

#dbbe69

Complementary Color

#dbbe69 #6986db

#dbbe69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe69 Color CSS Codes

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

#dbbe69 Text Font Color

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

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


#dbbe69 Background Color

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

This div background color is #dbbe69


#dbbe69 Border Color

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

This div border color is #dbbe69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe69


Comments

No comments written yet.

Please login to write comment.