Color Hex Logo

#dbca8b Color Hex

#DBCA8B
(219,202,139)
0 Favorites   0 Comments

Color spaces of #dbca8b

RGB 219202139
HSL0.130.530.70
HSV47°37°86°
CMYK 0.000.080.37   0.14
XYZ54.994159.165232.9476
Yxy59.16520.37380.4022
Hunter Lab76.9189-6.987428.4468
CIE-Lab81.3823-3.109833.6288

#dbca8b color RGB value is (219,202,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 10001011
Octal 333 312 213
Decimal 219 202 139
Hex DB CA 8B

RGB Percentages of Color #dbca8b

%39.11
%36.07
%24.82

CMYK Percentages of Color #dbca8b

%0
%8
%37
%14

Triadic Colors of #dbca8b

#dbca8b #8bdbca #ca8bdb

Analogous Colors of #dbca8b

#dbca8b #c4db8b #dba28b

Monochromatic Colors of #dbca8b

#dbca8b

Complementary Color

#dbca8b #8b9cdb

#dbca8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca8b Color CSS Codes

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

#dbca8b Text Font Color

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

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


#dbca8b Background Color

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

This div background color is #dbca8b


#dbca8b Border Color

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

This div border color is #dbca8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca8b


Comments

No comments written yet.

Please login to write comment.