Color Hex Logo

#dbc158 Color Hex

#DBC158
(219,193,88)
0 Favorites   0 Comments

Color spaces of #dbc158

RGB 21919388
HSL0.130.650.60
HSV48°60°86°
CMYK 0.000.120.60   0.14
XYZ50.044853.904616.9995
Yxy53.90460.41380.4457
Hunter Lab73.4198-6.814437.6659
CIE-Lab78.4061-3.174955.0758

#dbc158 color RGB value is (219,193,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01011000
Octal 333 301 130
Decimal 219 193 88
Hex DB C1 58

RGB Percentages of Color #dbc158

%43.80
%38.60
%17.60

CMYK Percentages of Color #dbc158

%0
%12
%60
%14

Triadic Colors of #dbc158

#dbc158 #58dbc1 #c158db

Analogous Colors of #dbc158

#dbc158 #b4db58 #db8058

Monochromatic Colors of #dbc158

#dbc158

Complementary Color

#dbc158 #5872db

#dbc158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc158 Color CSS Codes

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

#dbc158 Text Font Color

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

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


#dbc158 Background Color

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

This div background color is #dbc158


#dbc158 Border Color

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

This div border color is #dbc158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc158


Comments

No comments written yet.

Please login to write comment.