Color Hex Logo

#dbc47a Color Hex

#DBC47A
(219,196,122)
0 Favorites   0 Comments

Color spaces of #dbc47a

RGB 219196122
HSL0.130.570.67
HSV46°44°86°
CMYK 0.000.110.44   0.14
XYZ52.466255.945126.4456
Yxy55.94510.38910.4148
Hunter Lab74.7965-5.684431.3945
CIE-Lab79.5826-1.836540.0129

#dbc47a color RGB value is (219,196,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 01111010
Octal 333 304 172
Decimal 219 196 122
Hex DB C4 7A

RGB Percentages of Color #dbc47a

%40.78
%36.50
%22.72

CMYK Percentages of Color #dbc47a

%0
%11
%44
%14

Triadic Colors of #dbc47a

#dbc47a #7adbc4 #c47adb

Analogous Colors of #dbc47a

#dbc47a #c2db7a #db947a

Monochromatic Colors of #dbc47a

#dbc47a

Complementary Color

#dbc47a #7a91db

#dbc47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc47a Color CSS Codes

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

#dbc47a Text Font Color

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

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


#dbc47a Background Color

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

This div background color is #dbc47a


#dbc47a Border Color

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

This div border color is #dbc47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc47a


Comments

No comments written yet.

Please login to write comment.