Color Hex Logo

#dbd15d Color Hex

#DBD15D
(219,209,93)
0 Favorites   0 Comments

Color spaces of #dbd15d

RGB 21920993
HSL0.150.640.61
HSV55°58°86°
CMYK 0.000.050.58   0.14
XYZ53.989761.451319.3717
Yxy61.45130.40050.4558
Hunter Lab78.3909-14.246840.2221
CIE-Lab82.6208-11.000057.5496

#dbd15d color RGB value is (219,209,93).

#dbd15d hex color red value is 219, green value is 209 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dbd15d hue: 0.15 , saturation: 0.64 and the lightness value of dbd15d is 0.61.

The process color (four color CMYK) of #dbd15d color hex is 0.00, 0.05, 0.58, 0.14. Web safe color of #dbd15d is #cccc66. Color #dbd15d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 01011101
Octal 333 321 135
Decimal 219 209 93
Hex DB D1 5D

RGB Percentages of Color #dbd15d

%42.03
%40.12
%17.85

CMYK Percentages of Color #dbd15d

%0
%5
%58
%14

Triadic Colors of #dbd15d

#dbd15d #5ddbd1 #d15ddb

Analogous Colors of #dbd15d

#dbd15d #a6db5d #db925d

Monochromatic Colors of #dbd15d

#dbd15d

Complementary Color

#dbd15d #5d67db

#dbd15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd15d Color CSS Codes

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

#dbd15d Text Font Color

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

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


#dbd15d Background Color

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

This div background color is #dbd15d


#dbd15d Border Color

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

This div border color is #dbd15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd15d


Comments

No comments written yet.

Please login to write comment.