#D8C3AB

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

Shades of Bone #D8C3AB

Tints of Bone #D8C3AB

Color information

#D8C3AB (or 0xD8C3AB) is unknown color: approx Bone. HEX triplet: D8, C3 and AB. RGB value is (216,195,171). Sum of RGB (Red+Green+Blue) = 216+195+171=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C3AB is #273C54. Grayscale: #C6C6C6. Windows color (decimal): -2571349 or 11256792. OLE color: 11256792.

HSL color Cylindrical-coordinate representation of color #D8C3AB: hue angle of 32º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8C3AB is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216195171-
CMYK00.100.210.15
HSL32º36.59%75.88%-
HSV(B)32º20.83%84.71%-
XYZ55.1856.5746.54-
YUV198.54112.46140.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.11%
GREEN value IS 195 (76.56% from 255) = 33.51%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=37.11%
G=33.51%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619517100.100.210.153236.5975.88
HexD8C3AB0A15F20254c
Octal33030325301225174045114
Binary110110001100001110101011010101010111111000001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C3AB; }

 p { color: rgb(216,195,171); }

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

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

 a { background-color: rgb(216,195,171); }

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

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

 span { border-color: rgb(216,195,171); }

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