Color Hex Logo

#dbc535 Color Hex

#DBC535
(219,197,53)
0 Favorites   0 Comments

Color spaces of #dbc535

RGB 21919753
HSL0.140.700.53
HSV52°76°86°
CMYK 0.000.100.76   0.14
XYZ49.822355.249611.4065
Yxy55.24960.42770.4743
Hunter Lab74.3301-10.431842.9326
CIE-Lab79.1848-7.130869.8301

#dbc535 color RGB value is (219,197,53).

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

The process color (four color CMYK) of #dbc535 color hex is 0.00, 0.10, 0.76, 0.14. Web safe color of #dbc535 is #cccc33. Color #dbc535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00110101
Octal 333 305 65
Decimal 219 197 53
Hex DB C5 35

RGB Percentages of Color #dbc535

%46.70
%42.00
%11.30

CMYK Percentages of Color #dbc535

%0
%10
%76
%14

Triadic Colors of #dbc535

#dbc535 #35dbc5 #c535db

Analogous Colors of #dbc535

#dbc535 #9edb35 #db7235

Monochromatic Colors of #dbc535

#dbc535

Complementary Color

#dbc535 #354bdb

#dbc535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc535 Color CSS Codes

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

#dbc535 Text Font Color

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

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


#dbc535 Background Color

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

This div background color is #dbc535


#dbc535 Border Color

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

This div border color is #dbc535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc535


Comments

No comments written yet.

Please login to write comment.