Color Hex Logo

#dbc753 Color Hex

#DBC753
(219,199,83)
0 Favorites   0 Comments

Color spaces of #dbc753

RGB 21919983
HSL0.140.650.59
HSV51°62°86°
CMYK 0.000.090.62   0.14
XYZ51.198256.531516.3968
Yxy56.53150.41250.4554
Hunter Lab75.1874-10.030139.7013
CIE-Lab79.9154-6.602258.9661

#dbc753 color RGB value is (219,199,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01010011
Octal 333 307 123
Decimal 219 199 83
Hex DB C7 53

RGB Percentages of Color #dbc753

%43.71
%39.72
%16.57

CMYK Percentages of Color #dbc753

%0
%9
%62
%14

Triadic Colors of #dbc753

#dbc753 #53dbc7 #c753db

Analogous Colors of #dbc753

#dbc753 #abdb53 #db8353

Monochromatic Colors of #dbc753

#dbc753

Complementary Color

#dbc753 #5367db

#dbc753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc753 Color CSS Codes

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

#dbc753 Text Font Color

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

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


#dbc753 Background Color

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

This div background color is #dbc753


#dbc753 Border Color

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

This div border color is #dbc753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc753


Comments

No comments written yet.

Please login to write comment.