Color Hex Logo

#dbd48d Color Hex

#DBD48D
(219,212,141)
0 Favorites   0 Comments

Color spaces of #dbd48d

RGB 219212141
HSL0.150.520.71
HSV55°36°86°
CMYK 0.000.030.36   0.14
XYZ57.564664.070134.5321
Yxy64.07010.36860.4103
Hunter Lab80.0438-11.705930.4521
CIE-Lab84.0023-8.009836.0271

#dbd48d color RGB value is (219,212,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 10001101
Octal 333 324 215
Decimal 219 212 141
Hex DB D4 8D

RGB Percentages of Color #dbd48d

%38.29
%37.06
%24.65

CMYK Percentages of Color #dbd48d

%0
%3
%36
%14

Triadic Colors of #dbd48d

#dbd48d #8ddbd4 #d48ddb

Analogous Colors of #dbd48d

#dbd48d #bbdb8d #dbad8d

Monochromatic Colors of #dbd48d

#dbd48d

Complementary Color

#dbd48d #8d94db

#dbd48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd48d Color CSS Codes

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

#dbd48d Text Font Color

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

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


#dbd48d Background Color

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

This div background color is #dbd48d


#dbd48d Border Color

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

This div border color is #dbd48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd48d


Comments

No comments written yet.

Please login to write comment.