Color Hex Logo

#dbd75e Color Hex

#DBD75E
(219,215,94)
0 Favorites   0 Comments

Color spaces of #dbd75e

RGB 21921594
HSL0.160.630.61
HSV58°57°86°
CMYK 0.000.020.57   0.14
XYZ55.534264.469120.1065
Yxy64.46910.39640.4601
Hunter Lab80.2927-17.053141.3577
CIE-Lab84.2094-13.936158.8840

#dbd75e color RGB value is (219,215,94).

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

The process color (four color CMYK) of #dbd75e color hex is 0.00, 0.02, 0.57, 0.14. Web safe color of #dbd75e is #cccc66. Color #dbd75e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 01011110
Octal 333 327 136
Decimal 219 215 94
Hex DB D7 5E

RGB Percentages of Color #dbd75e

%41.48
%40.72
%17.80

CMYK Percentages of Color #dbd75e

%0
%2
%57
%14

Triadic Colors of #dbd75e

#dbd75e #5edbd7 #d75edb

Analogous Colors of #dbd75e

#dbd75e #a1db5e #db995e

Monochromatic Colors of #dbd75e

#dbd75e

Complementary Color

#dbd75e #5e62db

#dbd75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd75e Color CSS Codes

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

#dbd75e Text Font Color

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

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


#dbd75e Background Color

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

This div background color is #dbd75e


#dbd75e Border Color

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

This div border color is #dbd75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd75e


Comments

No comments written yet.

Please login to write comment.