Color Hex Logo

#dbc558 Color Hex

#DBC558
(219,197,88)
0 Favorites   0 Comments

Color spaces of #dbc558

RGB 21919788
HSL0.140.650.60
HSV50°60°86°
CMYK 0.000.100.60   0.14
XYZ50.941155.697217.2983
Yxy55.69720.41100.4494
Hunter Lab74.6306-8.763538.4988
CIE-Lab79.4412-5.240456.2331

#dbc558 color RGB value is (219,197,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01011000
Octal 333 305 130
Decimal 219 197 88
Hex DB C5 58

RGB Percentages of Color #dbc558

%43.45
%39.09
%17.46

CMYK Percentages of Color #dbc558

%0
%10
%60
%14

Triadic Colors of #dbc558

#dbc558 #58dbc5 #c558db

Analogous Colors of #dbc558

#dbc558 #b0db58 #db8458

Monochromatic Colors of #dbc558

#dbc558

Complementary Color

#dbc558 #586edb

#dbc558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc558 Color CSS Codes

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

#dbc558 Text Font Color

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

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


#dbc558 Background Color

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

This div background color is #dbc558


#dbc558 Border Color

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

This div border color is #dbc558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc558


Comments

No comments written yet.

Please login to write comment.