Color Hex Logo

#dbda6a Color Hex

#DBDA6A
(219,218,106)
0 Favorites   0 Comments

Color spaces of #dbda6a

RGB 219218106
HSL0.170.610.64
HSV59°52°86°
CMYK 0.000.000.52   0.14
XYZ56.886366.243523.4237
Yxy66.24350.38820.4520
Hunter Lab81.3901-17.673039.9097
CIE-Lab85.1205-14.497854.5075

#dbda6a color RGB value is (219,218,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 01101010
Octal 333 332 152
Decimal 219 218 106
Hex DB DA 6A

RGB Percentages of Color #dbda6a

%40.33
%40.15
%19.52

CMYK Percentages of Color #dbda6a

%0
%0
%52
%14

Triadic Colors of #dbda6a

#dbda6a #6adbda #da6adb

Analogous Colors of #dbda6a

#dbda6a #a4db6a #dba26a

Monochromatic Colors of #dbda6a

#dbda6a

Complementary Color

#dbda6a #6a6bdb

#dbda6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbda6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbda6a Color CSS Codes

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

#dbda6a Text Font Color

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

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


#dbda6a Background Color

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

This div background color is #dbda6a


#dbda6a Border Color

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

This div border color is #dbda6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbda6a


Comments

No comments written yet.

Please login to write comment.