Color Hex Logo

#dbc655 Color Hex

#DBC655
(219,198,85)
0 Favorites   0 Comments

Color spaces of #dbc655

RGB 21919885
HSL0.140.650.60
HSV51°61°86°
CMYK 0.000.100.61   0.14
XYZ51.047256.104116.7330
Yxy56.10410.41210.4529
Hunter Lab74.9027-9.429539.1867
CIE-Lab79.6730-5.958057.8259

#dbc655 color RGB value is (219,198,85).

#dbc655 hex color red value is 219, green value is 198 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dbc655 hue: 0.14 , saturation: 0.65 and the lightness value of dbc655 is 0.60.

The process color (four color CMYK) of #dbc655 color hex is 0.00, 0.10, 0.61, 0.14. Web safe color of #dbc655 is #cccc66. Color #dbc655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01010101
Octal 333 306 125
Decimal 219 198 85
Hex DB C6 55

RGB Percentages of Color #dbc655

%43.63
%39.44
%16.93

CMYK Percentages of Color #dbc655

%0
%10
%61
%14

Triadic Colors of #dbc655

#dbc655 #55dbc6 #c655db

Analogous Colors of #dbc655

#dbc655 #addb55 #db8355

Monochromatic Colors of #dbc655

#dbc655

Complementary Color

#dbc655 #556adb

#dbc655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc655 Color CSS Codes

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

#dbc655 Text Font Color

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

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


#dbc655 Background Color

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

This div background color is #dbc655


#dbc655 Border Color

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

This div border color is #dbc655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc655


Comments

No comments written yet.

Please login to write comment.