Color Hex Logo

#dbca8d Color Hex

#DBCA8D
(219,202,141)
0 Favorites   0 Comments

Color spaces of #dbca8d

RGB 219202141
HSL0.130.520.71
HSV47°36°86°
CMYK 0.000.080.36   0.14
XYZ55.141759.224233.7244
Yxy59.22420.37240.3999
Hunter Lab76.9573-6.775727.8879
CIE-Lab81.4147-2.876932.6376

#dbca8d color RGB value is (219,202,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 10001101
Octal 333 312 215
Decimal 219 202 141
Hex DB CA 8D

RGB Percentages of Color #dbca8d

%38.97
%35.94
%25.09

CMYK Percentages of Color #dbca8d

%0
%8
%36
%14

Triadic Colors of #dbca8d

#dbca8d #8ddbca #ca8ddb

Analogous Colors of #dbca8d

#dbca8d #c5db8d #dba38d

Monochromatic Colors of #dbca8d

#dbca8d

Complementary Color

#dbca8d #8d9edb

#dbca8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca8d Color CSS Codes

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

#dbca8d Text Font Color

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

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


#dbca8d Background Color

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

This div background color is #dbca8d


#dbca8d Border Color

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

This div border color is #dbca8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca8d


Comments

No comments written yet.

Please login to write comment.