Color Hex Logo

#dbc522 Color Hex

#DBC522
(219,197,34)
0 Favorites   0 Comments

Color spaces of #dbc522

RGB 21919734
HSL0.150.730.50
HSV53°84°86°
CMYK 0.000.100.84   0.14
XYZ49.468455.10819.5430
Yxy55.10810.43350.4829
Hunter Lab74.2348-10.962644.3426
CIE-Lab79.1035-7.737175.1323

#dbc522 color RGB value is (219,197,34).

#dbc522 hex color red value is 219, green value is 197 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #dbc522 hue: 0.15 , saturation: 0.73 and the lightness value of dbc522 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00100010
Octal 333 305 42
Decimal 219 197 34
Hex DB C5 22

RGB Percentages of Color #dbc522

%48.67
%43.78
%7.56

CMYK Percentages of Color #dbc522

%0
%10
%84
%14

Triadic Colors of #dbc522

#dbc522 #22dbc5 #c522db

Analogous Colors of #dbc522

#dbc522 #95db22 #db6922

Monochromatic Colors of #dbc522

#dbc522

Complementary Color

#dbc522 #2238db

#dbc522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc522 Color CSS Codes

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

#dbc522 Text Font Color

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

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


#dbc522 Background Color

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

This div background color is #dbc522


#dbc522 Border Color

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

This div border color is #dbc522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc522


Comments

No comments written yet.

Please login to write comment.