Color Hex Logo

#dbd469 Color Hex

#DBD469
(219,212,105)
0 Favorites   0 Comments

Color spaces of #dbd469

RGB 219212105
HSL0.160.610.64
HSV56°52°86°
CMYK 0.000.030.52   0.14
XYZ55.306763.167022.6421
Yxy63.16700.39190.4476
Hunter Lab79.4777-14.871838.7435
CIE-Lab83.5302-11.579953.1136

#dbd469 color RGB value is (219,212,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 01101001
Octal 333 324 151
Decimal 219 212 105
Hex DB D4 69

RGB Percentages of Color #dbd469

%40.86
%39.55
%19.59

CMYK Percentages of Color #dbd469

%0
%3
%52
%14

Triadic Colors of #dbd469

#dbd469 #69dbd4 #d469db

Analogous Colors of #dbd469

#dbd469 #a9db69 #db9b69

Monochromatic Colors of #dbd469

#dbd469

Complementary Color

#dbd469 #6970db

#dbd469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd469 Color CSS Codes

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

#dbd469 Text Font Color

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

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


#dbd469 Background Color

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

This div background color is #dbd469


#dbd469 Border Color

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

This div border color is #dbd469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd469


Comments

No comments written yet.

Please login to write comment.