Color Hex Logo

#dbc657 Color Hex

#DBC657
(219,198,87)
0 Favorites   0 Comments

Color spaces of #dbc657

RGB 21919887
HSL0.140.650.60
HSV50°60°86°
CMYK 0.000.100.60   0.14
XYZ51.127856.136417.1575
Yxy56.13640.41090.4512
Hunter Lab74.9242-9.310238.8697
CIE-Lab79.6914-5.823456.9592

#dbc657 color RGB value is (219,198,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01010111
Octal 333 306 127
Decimal 219 198 87
Hex DB C6 57

RGB Percentages of Color #dbc657

%43.45
%39.29
%17.26

CMYK Percentages of Color #dbc657

%0
%10
%60
%14

Triadic Colors of #dbc657

#dbc657 #57dbc6 #c657db

Analogous Colors of #dbc657

#dbc657 #aedb57 #db8457

Monochromatic Colors of #dbc657

#dbc657

Complementary Color

#dbc657 #576cdb

#dbc657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc657 Color CSS Codes

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

#dbc657 Text Font Color

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

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


#dbc657 Background Color

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

This div background color is #dbc657


#dbc657 Border Color

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

This div border color is #dbc657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc657


Comments

No comments written yet.

Please login to write comment.