Color Hex Logo

#dbc758 Color Hex

#DBC758
(219,199,88)
0 Favorites   0 Comments

Color spaces of #dbc758

RGB 21919988
HSL0.140.650.60
HSV51°60°86°
CMYK 0.000.090.60   0.14
XYZ51.398356.611517.4507
Yxy56.61150.40970.4512
Hunter Lab75.2406-9.734338.9172
CIE-Lab79.9606-6.267856.8115

#dbc758 color RGB value is (219,199,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01011000
Octal 333 307 130
Decimal 219 199 88
Hex DB C7 58

RGB Percentages of Color #dbc758

%43.28
%39.33
%17.39

CMYK Percentages of Color #dbc758

%0
%9
%60
%14

Triadic Colors of #dbc758

#dbc758 #58dbc7 #c758db

Analogous Colors of #dbc758

#dbc758 #aedb58 #db8658

Monochromatic Colors of #dbc758

#dbc758

Complementary Color

#dbc758 #586cdb

#dbc758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc758 Color CSS Codes

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

#dbc758 Text Font Color

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

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


#dbc758 Background Color

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

This div background color is #dbc758


#dbc758 Border Color

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

This div border color is #dbc758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc758


Comments

No comments written yet.

Please login to write comment.