Color Hex Logo

#dbc43a Color Hex

#DBC43A
(219,196,58)
0 Favorites   0 Comments

Color spaces of #dbc43a

RGB 21919658
HSL0.140.690.54
HSV51°74°86°
CMYK 0.000.110.74   0.14
XYZ49.717154.845411.9688
Yxy54.84540.42660.4706
Hunter Lab74.0577-9.768642.2582
CIE-Lab78.9521-6.411867.9044

#dbc43a color RGB value is (219,196,58).

#dbc43a hex color red value is 219, green value is 196 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dbc43a hue: 0.14 , saturation: 0.69 and the lightness value of dbc43a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 00111010
Octal 333 304 72
Decimal 219 196 58
Hex DB C4 3A

RGB Percentages of Color #dbc43a

%46.30
%41.44
%12.26

CMYK Percentages of Color #dbc43a

%0
%11
%74
%14

Triadic Colors of #dbc43a

#dbc43a #3adbc4 #c43adb

Analogous Colors of #dbc43a

#dbc43a #a2db3a #db743a

Monochromatic Colors of #dbc43a

#dbc43a

Complementary Color

#dbc43a #3a51db

#dbc43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc43a Color CSS Codes

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

#dbc43a Text Font Color

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

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


#dbc43a Background Color

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

This div background color is #dbc43a


#dbc43a Border Color

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

This div border color is #dbc43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc43a

#dbc43a Color Palettes


Comments

No comments written yet.

Please login to write comment.