Color Hex Logo

#dbc755 Color Hex

#DBC755
(219,199,85)
0 Favorites   0 Comments

Color spaces of #dbc755

RGB 21919985
HSL0.140.650.60
HSV51°61°86°
CMYK 0.000.090.61   0.14
XYZ51.276556.562816.8095
Yxy56.56280.41140.4538
Hunter Lab75.2082-9.914339.3941
CIE-Lab79.9331-6.471258.1113

#dbc755 color RGB value is (219,199,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01010101
Octal 333 307 125
Decimal 219 199 85
Hex DB C7 55

RGB Percentages of Color #dbc755

%43.54
%39.56
%16.90

CMYK Percentages of Color #dbc755

%0
%9
%61
%14

Triadic Colors of #dbc755

#dbc755 #55dbc7 #c755db

Analogous Colors of #dbc755

#dbc755 #acdb55 #db8455

Monochromatic Colors of #dbc755

#dbc755

Complementary Color

#dbc755 #5569db

#dbc755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc755 Color CSS Codes

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

#dbc755 Text Font Color

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

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


#dbc755 Background Color

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

This div background color is #dbc755


#dbc755 Border Color

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

This div border color is #dbc755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc755


Comments

No comments written yet.

Please login to write comment.