#DBC5AD

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

Shades of Bone #DBC5AD

Tints of Bone #DBC5AD

Color information

#DBC5AD (or 0xDBC5AD) is unknown color: approx Bone. HEX triplet: DB, C5 and AD. RGB value is (219,197,173). Sum of RGB (Red+Green+Blue) = 219+197+173=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC5AD is #243A52. Grayscale: #C8C8C8. Windows color (decimal): -2374227 or 11388379. OLE color: 11388379.

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

Color convert

RGB219197173-
CMYK00.100.210.14
HSL31.3º38.98%76.86%-
HSV(B)31.3º21%85.88%-
XYZ56.7258.0147.74-
YUV200.84112.29140.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=37.18%
G=33.45%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919717300.100.210.1431.338.9876.86
HexDBC5AD0A15E1f274d
Octal33330525501225163747115
Binary11011011110001011010110101010101011110111111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC5AD; }

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

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

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

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

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

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

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

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