Color Hex Logo

#dbc831 Color Hex

#DBC831
(219,200,49)
0 Favorites   0 Comments

Color spaces of #dbc831

RGB 21920049
HSL0.150.700.53
HSV53°78°86°
CMYK 0.000.090.78   0.14
XYZ50.422156.590411.1712
Yxy56.59040.42660.4788
Hunter Lab75.2266-12.003443.8540
CIE-Lab79.9487-8.811971.7998

#dbc831 color RGB value is (219,200,49).

#dbc831 hex color red value is 219, green value is 200 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dbc831 hue: 0.15 , saturation: 0.70 and the lightness value of dbc831 is 0.53.

The process color (four color CMYK) of #dbc831 color hex is 0.00, 0.09, 0.78, 0.14. Web safe color of #dbc831 is #cccc33. Color #dbc831 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 00110001
Octal 333 310 61
Decimal 219 200 49
Hex DB C8 31

RGB Percentages of Color #dbc831

%46.79
%42.74
%10.47

CMYK Percentages of Color #dbc831

%0
%9
%78
%14

Triadic Colors of #dbc831

#dbc831 #31dbc8 #c831db

Analogous Colors of #dbc831

#dbc831 #99db31 #db7331

Monochromatic Colors of #dbc831

#dbc831

Complementary Color

#dbc831 #3144db

#dbc831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc831 Color CSS Codes

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

#dbc831 Text Font Color

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

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


#dbc831 Background Color

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

This div background color is #dbc831


#dbc831 Border Color

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

This div border color is #dbc831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc831


Comments

No comments written yet.

Please login to write comment.