Color Hex Logo

#dbbd7b Color Hex

#DBBD7B
(219,189,123)
0 Favorites   0 Comments

Color spaces of #dbbd7b

RGB 219189123
HSL0.110.570.67
HSV41°44°86°
CMYK 0.000.140.44   0.14
XYZ50.986252.885326.2595
Yxy52.88530.39180.4064
Hunter Lab72.7223-2.116129.4964
CIE-Lab77.80721.922237.2454

#dbbd7b color RGB value is (219,189,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 01111011
Octal 333 275 173
Decimal 219 189 123
Hex DB BD 7B

RGB Percentages of Color #dbbd7b

%41.24
%35.59
%23.16

CMYK Percentages of Color #dbbd7b

%0
%14
%44
%14

Triadic Colors of #dbbd7b

#dbbd7b #7bdbbd #bd7bdb

Analogous Colors of #dbbd7b

#dbbd7b #c9db7b #db8d7b

Monochromatic Colors of #dbbd7b

#dbbd7b

Complementary Color

#dbbd7b #7b99db

#dbbd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd7b Color CSS Codes

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

#dbbd7b Text Font Color

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

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


#dbbd7b Background Color

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

This div background color is #dbbd7b


#dbbd7b Border Color

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

This div border color is #dbbd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd7b

#dbbd7b Color Palettes


Comments

No comments written yet.

Please login to write comment.