#DBC3AD

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

Shades of Bone #DBC3AD

Tints of Bone #DBC3AD

Color information

#DBC3AD (or 0xDBC3AD) is unknown color: approx Bone. HEX triplet: DB, C3 and AD. RGB value is (219,195,173). Sum of RGB (Red+Green+Blue) = 219+195+173=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC3AD is #243C52. Grayscale: #C7C7C7. Windows color (decimal): -2374739 or 11387867. OLE color: 11387867.

HSL color Cylindrical-coordinate representation of color #DBC3AD: hue angle of 28.7º 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 #DBC3AD is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219195173-
CMYK00.110.210.14
HSL28.7º38.98%76.86%-
HSV(B)28.7º21%85.88%-
XYZ56.2757.1147.59-
YUV199.67112.95141.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=37.31%
G=33.22%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919517300.110.210.1428.738.9876.86
HexDBC3AD0B15E1d274d
Octal33330325501325163547115
Binary11011011110000111010110101011101011110111011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3AD; }

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

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

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

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

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

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

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

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