Color Hex Logo

#dbc266 Color Hex

#DBC266
(219,194,102)
0 Favorites   0 Comments

Color spaces of #dbc266

RGB 219194102
HSL0.130.620.63
HSV47°53°86°
CMYK 0.000.110.53   0.14
XYZ50.903554.603020.4269
Yxy54.60300.40420.4336
Hunter Lab73.8938-6.350335.3358
CIE-Lab78.8120-2.628648.9764

#dbc266 color RGB value is (219,194,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 01100110
Octal 333 302 146
Decimal 219 194 102
Hex DB C2 66

RGB Percentages of Color #dbc266

%42.52
%37.67
%19.81

CMYK Percentages of Color #dbc266

%0
%11
%53
%14

Triadic Colors of #dbc266

#dbc266 #66dbc2 #c266db

Analogous Colors of #dbc266

#dbc266 #badb66 #db8866

Monochromatic Colors of #dbc266

#dbc266

Complementary Color

#dbc266 #667fdb

#dbc266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc266 Color CSS Codes

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

#dbc266 Text Font Color

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

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


#dbc266 Background Color

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

This div background color is #dbc266


#dbc266 Border Color

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

This div border color is #dbc266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc266


Comments

No comments written yet.

Please login to write comment.