Color Hex Logo

#dbd28a Color Hex

#DBD28A
(219,210,138)
0 Favorites   0 Comments

Color spaces of #dbd28a

RGB 219210138
HSL0.150.530.70
HSV53°37°86°
CMYK 0.000.040.37   0.14
XYZ56.847562.988233.2065
Yxy62.98820.37140.4116
Hunter Lab79.3651-11.033330.7485
CIE-Lab83.4362-7.333736.8192

#dbd28a color RGB value is (219,210,138).

#dbd28a hex color red value is 219, green value is 210 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dbd28a hue: 0.15 , saturation: 0.53 and the lightness value of dbd28a is 0.70.

The process color (four color CMYK) of #dbd28a color hex is 0.00, 0.04, 0.37, 0.14. Web safe color of #dbd28a is #cccc99. Color #dbd28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 10001010
Octal 333 322 212
Decimal 219 210 138
Hex DB D2 8A

RGB Percentages of Color #dbd28a

%38.62
%37.04
%24.34

CMYK Percentages of Color #dbd28a

%0
%4
%37
%14

Triadic Colors of #dbd28a

#dbd28a #8adbd2 #d28adb

Analogous Colors of #dbd28a

#dbd28a #bcdb8a #dbaa8a

Monochromatic Colors of #dbd28a

#dbd28a

Complementary Color

#dbd28a #8a93db

#dbd28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd28a Color CSS Codes

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

#dbd28a Text Font Color

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

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


#dbd28a Background Color

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

This div background color is #dbd28a


#dbd28a Border Color

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

This div border color is #dbd28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd28a


Comments

No comments written yet.

Please login to write comment.