Color Hex Logo

#dbc36b Color Hex

#DBC36B
(219,195,107)
0 Favorites   0 Comments

Color spaces of #dbc36b

RGB 219195107
HSL0.130.610.64
HSV47°51°86°
CMYK 0.000.110.51   0.14
XYZ51.382455.151821.8471
Yxy55.15180.40020.4296
Hunter Lab74.2643-6.460834.5430
CIE-Lab79.1286-2.723846.9281

#dbc36b color RGB value is (219,195,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01101011
Octal 333 303 153
Decimal 219 195 107
Hex DB C3 6B

RGB Percentages of Color #dbc36b

%42.03
%37.43
%20.54

CMYK Percentages of Color #dbc36b

%0
%11
%51
%14

Triadic Colors of #dbc36b

#dbc36b #6bdbc3 #c36bdb

Analogous Colors of #dbc36b

#dbc36b #bbdb6b #db8b6b

Monochromatic Colors of #dbc36b

#dbc36b

Complementary Color

#dbc36b #6b83db

#dbc36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc36b Color CSS Codes

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

#dbc36b Text Font Color

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

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


#dbc36b Background Color

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

This div background color is #dbc36b


#dbc36b Border Color

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

This div border color is #dbc36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc36b


Comments

No comments written yet.

Please login to write comment.