Color Hex Logo

#dbc353 Color Hex

#DBC353
(219,195,83)
0 Favorites   0 Comments

Color spaces of #dbc353

RGB 21919583
HSL0.140.650.59
HSV49°62°86°
CMYK 0.000.110.62   0.14
XYZ50.289954.714816.0941
Yxy54.71480.41530.4518
Hunter Lab73.9695-8.089138.8784
CIE-Lab78.8767-4.545457.8341

#dbc353 color RGB value is (219,195,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01010011
Octal 333 303 123
Decimal 219 195 83
Hex DB C3 53

RGB Percentages of Color #dbc353

%44.06
%39.24
%16.70

CMYK Percentages of Color #dbc353

%0
%11
%62
%14

Triadic Colors of #dbc353

#dbc353 #53dbc3 #c353db

Analogous Colors of #dbc353

#dbc353 #afdb53 #db7f53

Monochromatic Colors of #dbc353

#dbc353

Complementary Color

#dbc353 #536bdb

#dbc353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc353 Color CSS Codes

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

#dbc353 Text Font Color

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

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


#dbc353 Background Color

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

This div background color is #dbc353


#dbc353 Border Color

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

This div border color is #dbc353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc353


Comments

No comments written yet.

Please login to write comment.