Color Hex Logo

#dbc35a Color Hex

#DBC35A
(219,195,90)
0 Favorites   0 Comments

Color spaces of #dbc35a

RGB 21919590
HSL0.140.640.61
HSV49°59°86°
CMYK 0.000.110.59   0.14
XYZ50.574054.828517.5903
Yxy54.82850.41120.4458
Hunter Lab74.0463-7.664537.7476
CIE-Lab78.9424-4.068454.7670

#dbc35a color RGB value is (219,195,90).

#dbc35a hex color red value is 219, green value is 195 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dbc35a hue: 0.14 , saturation: 0.64 and the lightness value of dbc35a is 0.61.

The process color (four color CMYK) of #dbc35a color hex is 0.00, 0.11, 0.59, 0.14. Web safe color of #dbc35a is #cccc66. Color #dbc35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01011010
Octal 333 303 132
Decimal 219 195 90
Hex DB C3 5A

RGB Percentages of Color #dbc35a

%43.45
%38.69
%17.86

CMYK Percentages of Color #dbc35a

%0
%11
%59
%14

Triadic Colors of #dbc35a

#dbc35a #5adbc3 #c35adb

Analogous Colors of #dbc35a

#dbc35a #b3db5a #db835a

Monochromatic Colors of #dbc35a

#dbc35a

Complementary Color

#dbc35a #5a72db

#dbc35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc35a Color CSS Codes

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

#dbc35a Text Font Color

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

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


#dbc35a Background Color

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

This div background color is #dbc35a


#dbc35a Border Color

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

This div border color is #dbc35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc35a


Comments

No comments written yet.

Please login to write comment.