Color Hex Logo

#dbc420 Color Hex

#DBC420
(219,196,32)
0 Favorites   0 Comments

Color spaces of #dbc420

RGB 21919632
HSL0.150.750.49
HSV53°85°86°
CMYK 0.000.110.85   0.14
XYZ49.214154.64429.3200
Yxy54.64420.43480.4828
Hunter Lab73.9217-10.524944.2700
CIE-Lab78.8359-7.274075.3683

#dbc420 color RGB value is (219,196,32).

#dbc420 hex color red value is 219, green value is 196 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dbc420 hue: 0.15 , saturation: 0.75 and the lightness value of dbc420 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 00100000
Octal 333 304 40
Decimal 219 196 32
Hex DB C4 20

RGB Percentages of Color #dbc420

%48.99
%43.85
%7.16

CMYK Percentages of Color #dbc420

%0
%11
%85
%14

Triadic Colors of #dbc420

#dbc420 #20dbc4 #c420db

Analogous Colors of #dbc420

#dbc420 #95db20 #db6720

Monochromatic Colors of #dbc420

#dbc420

Complementary Color

#dbc420 #2037db

#dbc420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc420 Color CSS Codes

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

#dbc420 Text Font Color

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

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


#dbc420 Background Color

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

This div background color is #dbc420


#dbc420 Border Color

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

This div border color is #dbc420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc420


Comments

No comments written yet.

Please login to write comment.