Color Hex Logo

#dbcc8d Color Hex

#DBCC8D
(219,204,141)
0 Favorites   0 Comments

Color spaces of #dbcc8d

RGB 219204141
HSL0.130.520.71
HSV48°36°86°
CMYK 0.000.070.36   0.14
XYZ55.614060.168933.8819
Yxy60.16890.37160.4020
Hunter Lab77.5686-7.766828.4002
CIE-Lab81.9299-3.910533.3156

#dbcc8d color RGB value is (219,204,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 10001101
Octal 333 314 215
Decimal 219 204 141
Hex DB CC 8D

RGB Percentages of Color #dbcc8d

%38.83
%36.17
%25.00

CMYK Percentages of Color #dbcc8d

%0
%7
%36
%14

Triadic Colors of #dbcc8d

#dbcc8d #8ddbcc #cc8ddb

Analogous Colors of #dbcc8d

#dbcc8d #c3db8d #dba58d

Monochromatic Colors of #dbcc8d

#dbcc8d

Complementary Color

#dbcc8d #8d9cdb

#dbcc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc8d Color CSS Codes

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

#dbcc8d Text Font Color

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

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


#dbcc8d Background Color

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

This div background color is #dbcc8d


#dbcc8d Border Color

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

This div border color is #dbcc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc8d


Comments

No comments written yet.

Please login to write comment.