Color Hex Logo

#dbc355 Color Hex

#DBC355
(219,195,85)
0 Favorites   0 Comments

Color spaces of #dbc355

RGB 21919585
HSL0.140.650.60
HSV49°61°86°
CMYK 0.000.110.61   0.14
XYZ50.368254.746216.5067
Yxy54.74620.41410.4501
Hunter Lab73.9907-7.972138.5664
CIE-Lab78.8949-4.413956.9694

#dbc355 color RGB value is (219,195,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01010101
Octal 333 303 125
Decimal 219 195 85
Hex DB C3 55

RGB Percentages of Color #dbc355

%43.89
%39.08
%17.03

CMYK Percentages of Color #dbc355

%0
%11
%61
%14

Triadic Colors of #dbc355

#dbc355 #55dbc3 #c355db

Analogous Colors of #dbc355

#dbc355 #b0db55 #db8055

Monochromatic Colors of #dbc355

#dbc355

Complementary Color

#dbc355 #556ddb

#dbc355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc355 Color CSS Codes

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

#dbc355 Text Font Color

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

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


#dbc355 Background Color

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

This div background color is #dbc355


#dbc355 Border Color

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

This div border color is #dbc355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc355


Comments

No comments written yet.

Please login to write comment.