Color Hex Logo

#dbc16b Color Hex

#DBC16B
(219,193,107)
0 Favorites   0 Comments

Color spaces of #dbc16b

RGB 219193107
HSL0.130.610.64
HSV46°51°86°
CMYK 0.000.120.51   0.14
XYZ50.937254.261521.6988
Yxy54.26150.40140.4276
Hunter Lab73.6624-5.477334.0986
CIE-Lab78.6140-1.685346.3063

#dbc16b color RGB value is (219,193,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01101011
Octal 333 301 153
Decimal 219 193 107
Hex DB C1 6B

RGB Percentages of Color #dbc16b

%42.20
%37.19
%20.62

CMYK Percentages of Color #dbc16b

%0
%12
%51
%14

Triadic Colors of #dbc16b

#dbc16b #6bdbc1 #c16bdb

Analogous Colors of #dbc16b

#dbc16b #bddb6b #db896b

Monochromatic Colors of #dbc16b

#dbc16b

Complementary Color

#dbc16b #6b85db

#dbc16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc16b Color CSS Codes

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

#dbc16b Text Font Color

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

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


#dbc16b Background Color

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

This div background color is #dbc16b


#dbc16b Border Color

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

This div border color is #dbc16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc16b


Comments

No comments written yet.

Please login to write comment.