#DBC5AB

Color #DBC5AB Bone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bone #DBC5AB

Tints of Bone #DBC5AB

Color information

#DBC5AB (or 0xDBC5AB) is unknown color: approx Bone. HEX triplet: DB, C5 and AB. RGB value is (219,197,171). Sum of RGB (Red+Green+Blue) = 219+197+171=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC5AB is #243A54. Grayscale: #C8C8C8. Windows color (decimal): -2374229 or 11257307. OLE color: 11257307.

HSL color Cylindrical-coordinate representation of color #DBC5AB: hue angle of 32.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC5AB is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219197171-
CMYK00.100.220.14
HSL32.5º40%76.47%-
HSV(B)32.5º21.92%85.88%-
XYZ56.5357.9346.73-
YUV200.61111.29141.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=37.31%
G=33.56%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919717100.100.220.1432.54076.47
HexDBC5AB0A16E21284c
Octal33330525301226164150114
Binary110110111100010110101011010101011011101000011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC5AB; }

 p { color: rgb(219,197,171); }

 H1.HeaderClassName
 {
   color: #DBC5AB;
 }
 .AnyTagClassName
 {
   color: #DBC5AB;
 }
</style>
background-color css

<style>
 a { background-color: #DBC5AB; }

 a { background-color: rgb(219,197,171); }

 div.DivClassName
 {
   background-color: #DBC5AB;
 }
 .BgClassName
 {
   background-color: #DBC5AB;
 }
</style>
border-color css

<style>
 span { border-color: #DBC5AB; }

 span { border-color: rgb(219,197,171); }

 td.TdClassName
 {
   border-color: #DBC5AB;
 }
 .TagClassName
 {
   border-color: #DBC5AB;
 }
</style>