Color Hex Logo

#dbc322 Color Hex

#DBC322
(219,195,34)
0 Favorites   0 Comments

Color spaces of #dbc322

RGB 21919534
HSL0.150.730.50
HSV52°84°86°
CMYK 0.000.110.84   0.14
XYZ49.017354.20589.3926
Yxy54.20580.43530.4813
Hunter Lab73.6246-10.002543.9733
CIE-Lab78.5816-6.713774.7016

#dbc322 color RGB value is (219,195,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 00100010
Octal 333 303 42
Decimal 219 195 34
Hex DB C3 22

RGB Percentages of Color #dbc322

%48.88
%43.53
%7.59

CMYK Percentages of Color #dbc322

%0
%11
%84
%14

Triadic Colors of #dbc322

#dbc322 #22dbc3 #c322db

Analogous Colors of #dbc322

#dbc322 #97db22 #db6722

Monochromatic Colors of #dbc322

#dbc322

Complementary Color

#dbc322 #223adb

#dbc322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc322 Color CSS Codes

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

#dbc322 Text Font Color

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

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


#dbc322 Background Color

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

This div background color is #dbc322


#dbc322 Border Color

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

This div border color is #dbc322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc322


Comments

No comments written yet.

Please login to write comment.