Color Hex Logo

#dbd731 Color Hex

#DBD731
(219,215,49)
0 Favorites   0 Comments

Color spaces of #dbd731

RGB 21921549
HSL0.160.700.53
HSV59°78°86°
CMYK 0.000.020.78   0.14
XYZ54.068263.882712.3866
Yxy63.88270.41480.4901
Hunter Lab79.9267-19.121346.7602
CIE-Lab83.9047-16.333575.3412

#dbd731 color RGB value is (219,215,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 00110001
Octal 333 327 61
Decimal 219 215 49
Hex DB D7 31

RGB Percentages of Color #dbd731

%45.34
%44.51
%10.14

CMYK Percentages of Color #dbd731

%0
%2
%78
%14

Triadic Colors of #dbd731

#dbd731 #31dbd7 #d731db

Analogous Colors of #dbd731

#dbd731 #8adb31 #db8231

Monochromatic Colors of #dbd731

#dbd731

Complementary Color

#dbd731 #3135db

#dbd731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd731 Color CSS Codes

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

#dbd731 Text Font Color

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

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


#dbd731 Background Color

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

This div background color is #dbd731


#dbd731 Border Color

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

This div border color is #dbd731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd731


Comments

No comments written yet.

Please login to write comment.