Color Hex Logo

#dbc031 Color Hex

#DBC031
(219,192,49)
0 Favorites   0 Comments

Color spaces of #dbc031

RGB 21919249
HSL0.140.700.53
HSV50°78°86°
CMYK 0.000.120.78   0.14
XYZ48.617452.981110.5697
Yxy52.98110.43340.4723
Hunter Lab72.7881-8.153642.3421
CIE-Lab77.8638-4.713469.9168

#dbc031 color RGB value is (219,192,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 00110001
Octal 333 300 61
Decimal 219 192 49
Hex DB C0 31

RGB Percentages of Color #dbc031

%47.61
%41.74
%10.65

CMYK Percentages of Color #dbc031

%0
%12
%78
%14

Triadic Colors of #dbc031

#dbc031 #31dbc0 #c031db

Analogous Colors of #dbc031

#dbc031 #a1db31 #db6b31

Monochromatic Colors of #dbc031

#dbc031

Complementary Color

#dbc031 #314cdb

#dbc031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc031 Color CSS Codes

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

#dbc031 Text Font Color

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

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


#dbc031 Background Color

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

This div background color is #dbc031


#dbc031 Border Color

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

This div border color is #dbc031


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,192,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 #dbc031">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc031


Comments

No comments written yet.

Please login to write comment.