Color Hex Logo

#dbc26c Color Hex

#DBC26C
(219,194,108)
0 Favorites   0 Comments

Color spaces of #dbc26c

RGB 219194108
HSL0.130.610.64
HSV46°51°86°
CMYK 0.000.110.51   0.14
XYZ51.212054.726422.0514
Yxy54.72640.40010.4276
Hunter Lab73.9773-5.890734.1107
CIE-Lab78.8834-2.117646.1415

#dbc26c color RGB value is (219,194,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 01101100
Octal 333 302 154
Decimal 219 194 108
Hex DB C2 6C

RGB Percentages of Color #dbc26c

%42.03
%37.24
%20.73

CMYK Percentages of Color #dbc26c

%0
%11
%51
%14

Triadic Colors of #dbc26c

#dbc26c #6cdbc2 #c26cdb

Analogous Colors of #dbc26c

#dbc26c #bddb6c #db8b6c

Monochromatic Colors of #dbc26c

#dbc26c

Complementary Color

#dbc26c #6c85db

#dbc26c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc26c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc26c Color CSS Codes

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

#dbc26c Text Font Color

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

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


#dbc26c Background Color

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

This div background color is #dbc26c


#dbc26c Border Color

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

This div border color is #dbc26c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc26c


Comments

No comments written yet.

Please login to write comment.