Color Hex Logo

#dbc431 Color Hex

#DBC431
(219,196,49)
0 Favorites   0 Comments

Color spaces of #dbc431

RGB 21919649
HSL0.140.700.53
HSV52°78°86°
CMYK 0.000.110.78   0.14
XYZ49.507754.761710.8665
Yxy54.76170.43000.4756
Hunter Lab74.0011-10.083343.0945
CIE-Lab78.9038-6.769970.8575

#dbc431 color RGB value is (219,196,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 00110001
Octal 333 304 61
Decimal 219 196 49
Hex DB C4 31

RGB Percentages of Color #dbc431

%47.20
%42.24
%10.56

CMYK Percentages of Color #dbc431

%0
%11
%78
%14

Triadic Colors of #dbc431

#dbc431 #31dbc4 #c431db

Analogous Colors of #dbc431

#dbc431 #9ddb31 #db6f31

Monochromatic Colors of #dbc431

#dbc431

Complementary Color

#dbc431 #3148db

#dbc431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc431 Color CSS Codes

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

#dbc431 Text Font Color

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

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


#dbc431 Background Color

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

This div background color is #dbc431


#dbc431 Border Color

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

This div border color is #dbc431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc431


Comments

No comments written yet.

Please login to write comment.