Color Hex Logo

#dbd68d Color Hex

#DBD68D
(219,214,141)
0 Favorites   0 Comments

Color spaces of #dbd68d

RGB 219214141
HSL0.160.520.71
HSV56°36°86°
CMYK 0.000.020.36   0.14
XYZ58.067765.076334.6998
Yxy65.07630.36790.4123
Hunter Lab80.6699-12.684630.9656
CIE-Lab84.5230-9.025736.7046

#dbd68d color RGB value is (219,214,141).

#dbd68d hex color red value is 219, green value is 214 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dbd68d hue: 0.16 , saturation: 0.52 and the lightness value of dbd68d is 0.71.

The process color (four color CMYK) of #dbd68d color hex is 0.00, 0.02, 0.36, 0.14. Web safe color of #dbd68d is #cccc99. Color #dbd68d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 10001101
Octal 333 326 215
Decimal 219 214 141
Hex DB D6 8D

RGB Percentages of Color #dbd68d

%38.15
%37.28
%24.56

CMYK Percentages of Color #dbd68d

%0
%2
%36
%14

Triadic Colors of #dbd68d

#dbd68d #8ddbd6 #d68ddb

Analogous Colors of #dbd68d

#dbd68d #b9db8d #dbaf8d

Monochromatic Colors of #dbd68d

#dbd68d

Complementary Color

#dbd68d #8d92db

#dbd68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd68d Color CSS Codes

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

#dbd68d Text Font Color

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

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


#dbd68d Background Color

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

This div background color is #dbd68d


#dbd68d Border Color

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

This div border color is #dbd68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd68d


Comments

No comments written yet.

Please login to write comment.