Color Hex Logo

#dbc37a Color Hex

#DBC37A
(219,195,122)
0 Favorites   0 Comments

Color spaces of #dbc37a

RGB 219195122
HSL0.130.570.67
HSV45°44°86°
CMYK 0.000.110.44   0.14
XYZ52.241455.495426.3706
Yxy55.49540.38950.4138
Hunter Lab74.4952-5.189731.1586
CIE-Lab79.3258-1.316339.6882

#dbc37a color RGB value is (219,195,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01111010
Octal 333 303 172
Decimal 219 195 122
Hex DB C3 7A

RGB Percentages of Color #dbc37a

%40.86
%36.38
%22.76

CMYK Percentages of Color #dbc37a

%0
%11
%44
%14

Triadic Colors of #dbc37a

#dbc37a #7adbc3 #c37adb

Analogous Colors of #dbc37a

#dbc37a #c3db7a #db937a

Monochromatic Colors of #dbc37a

#dbc37a

Complementary Color

#dbc37a #7a92db

#dbc37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc37a Color CSS Codes

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

#dbc37a Text Font Color

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

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


#dbc37a Background Color

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

This div background color is #dbc37a


#dbc37a Border Color

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

This div border color is #dbc37a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc37a


Comments

No comments written yet.

Please login to write comment.