Color Hex Logo

#dbbc7b Color Hex

#DBBC7B
(219,188,123)
0 Favorites   0 Comments

Color spaces of #dbbc7b

RGB 219188123
HSL0.110.570.67
HSV41°44°86°
CMYK 0.000.140.44   0.14
XYZ50.771852.456626.1881
Yxy52.45660.39230.4053
Hunter Lab72.4269-1.617329.2608
CIE-Lab77.55312.447536.9201

#dbbc7b color RGB value is (219,188,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 01111011
Octal 333 274 173
Decimal 219 188 123
Hex DB BC 7B

RGB Percentages of Color #dbbc7b

%41.32
%35.47
%23.21

CMYK Percentages of Color #dbbc7b

%0
%14
%44
%14

Triadic Colors of #dbbc7b

#dbbc7b #7bdbbc #bc7bdb

Analogous Colors of #dbbc7b

#dbbc7b #cadb7b #db8c7b

Monochromatic Colors of #dbbc7b

#dbbc7b

Complementary Color

#dbbc7b #7b9adb

#dbbc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbc7b Color CSS Codes

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

#dbbc7b Text Font Color

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

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


#dbbc7b Background Color

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

This div background color is #dbbc7b


#dbbc7b Border Color

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

This div border color is #dbbc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbc7b


Comments

No comments written yet.

Please login to write comment.