Color Hex Logo

#dbd969 Color Hex

#DBD969
(219,217,105)
0 Favorites   0 Comments

Color spaces of #dbd969

RGB 219217105
HSL0.160.610.64
HSV59°52°86°
CMYK 0.000.010.52   0.14
XYZ56.576165.705723.0652
Yxy65.70570.38920.4521
Hunter Lab81.0591-17.267239.8705
CIE-Lab84.8461-14.082454.6489

#dbd969 color RGB value is (219,217,105).

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

The process color (four color CMYK) of #dbd969 color hex is 0.00, 0.01, 0.52, 0.14. Web safe color of #dbd969 is #cccc66. Color #dbd969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01101001
Octal 333 331 151
Decimal 219 217 105
Hex DB D9 69

RGB Percentages of Color #dbd969

%40.48
%40.11
%19.41

CMYK Percentages of Color #dbd969

%0
%1
%52
%14

Triadic Colors of #dbd969

#dbd969 #69dbd9 #d969db

Analogous Colors of #dbd969

#dbd969 #a4db69 #dba069

Monochromatic Colors of #dbd969

#dbd969

Complementary Color

#dbd969 #696bdb

#dbd969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd969 Color CSS Codes

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

#dbd969 Text Font Color

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

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


#dbd969 Background Color

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

This div background color is #dbd969


#dbd969 Border Color

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

This div border color is #dbd969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd969


Comments

No comments written yet.

Please login to write comment.