Color Hex Logo

#dbc457 Color Hex

#DBC457
(219,196,87)
0 Favorites   0 Comments

Color spaces of #dbc457

RGB 21919687
HSL0.140.650.60
HSV50°60°86°
CMYK 0.000.110.60   0.14
XYZ50.673655.228017.0061
Yxy55.22800.41230.4493
Hunter Lab74.3155-8.338338.4532
CIE-Lab79.1724-4.794256.3831

#dbc457 color RGB value is (219,196,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 01010111
Octal 333 304 127
Decimal 219 196 87
Hex DB C4 57

RGB Percentages of Color #dbc457

%43.63
%39.04
%17.33

CMYK Percentages of Color #dbc457

%0
%11
%60
%14

Triadic Colors of #dbc457

#dbc457 #57dbc4 #c457db

Analogous Colors of #dbc457

#dbc457 #b0db57 #db8257

Monochromatic Colors of #dbc457

#dbc457

Complementary Color

#dbc457 #576edb

#dbc457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc457 Color CSS Codes

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

#dbc457 Text Font Color

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

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


#dbc457 Background Color

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

This div background color is #dbc457


#dbc457 Border Color

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

This div border color is #dbc457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc457


Comments

No comments written yet.

Please login to write comment.