Color Hex Logo

#dbc14a Color Hex

#DBC14A
(219,193,74)
0 Favorites   0 Comments

Color spaces of #dbc14a

RGB 21919374
HSL0.140.670.57
HSV49°66°86°
CMYK 0.000.120.66   0.14
XYZ49.519453.694414.2327
Yxy53.69440.42160.4572
Hunter Lab73.2765-7.605539.7775
CIE-Lab78.2832-4.063261.0558

#dbc14a color RGB value is (219,193,74).

#dbc14a hex color red value is 219, green value is 193 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dbc14a hue: 0.14 , saturation: 0.67 and the lightness value of dbc14a is 0.57.

The process color (four color CMYK) of #dbc14a color hex is 0.00, 0.12, 0.66, 0.14. Web safe color of #dbc14a is #cccc33. Color #dbc14a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01001010
Octal 333 301 112
Decimal 219 193 74
Hex DB C1 4A

RGB Percentages of Color #dbc14a

%45.06
%39.71
%15.23

CMYK Percentages of Color #dbc14a

%0
%12
%66
%14

Triadic Colors of #dbc14a

#dbc14a #4adbc1 #c14adb

Analogous Colors of #dbc14a

#dbc14a #addb4a #db794a

Monochromatic Colors of #dbc14a

#dbc14a

Complementary Color

#dbc14a #4a64db

#dbc14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc14a Color CSS Codes

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

#dbc14a Text Font Color

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

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


#dbc14a Background Color

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

This div background color is #dbc14a


#dbc14a Border Color

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

This div border color is #dbc14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc14a


Comments

No comments written yet.

Please login to write comment.