Color Hex Logo

#dbbb7a Color Hex

#DBBB7A
(219,187,122)
0 Favorites   0 Comments

Color spaces of #dbbb7a

RGB 219187122
HSL0.110.570.67
HSV40°44°86°
CMYK 0.000.150.44   0.14
XYZ50.496652.005925.7890
Yxy52.00590.39360.4054
Hunter Lab72.1151-1.211829.2780
CIE-Lab77.28442.871437.0919

#dbbb7a color RGB value is (219,187,122).

#dbbb7a hex color red value is 219, green value is 187 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dbbb7a hue: 0.11 , saturation: 0.57 and the lightness value of dbbb7a is 0.67.

The process color (four color CMYK) of #dbbb7a color hex is 0.00, 0.15, 0.44, 0.14. Web safe color of #dbbb7a is #cccc66. Color #dbbb7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 01111010
Octal 333 273 172
Decimal 219 187 122
Hex DB BB 7A

RGB Percentages of Color #dbbb7a

%41.48
%35.42
%23.11

CMYK Percentages of Color #dbbb7a

%0
%15
%44
%14

Triadic Colors of #dbbb7a

#dbbb7a #7adbbb #bb7adb

Analogous Colors of #dbbb7a

#dbbb7a #cbdb7a #db8b7a

Monochromatic Colors of #dbbb7a

#dbbb7a

Complementary Color

#dbbb7a #7a9adb

#dbbb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbb7a Color CSS Codes

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

#dbbb7a Text Font Color

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

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


#dbbb7a Background Color

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

This div background color is #dbbb7a


#dbbb7a Border Color

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

This div border color is #dbbb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbb7a


Comments

No comments written yet.

Please login to write comment.