#D8C4B3

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

Shades of Bone #D8C4B3

Tints of Bone #D8C4B3

Color information

#D8C4B3 (or 0xD8C4B3) is unknown color: approx Bone. HEX triplet: D8, C4 and B3. RGB value is (216,196,179). Sum of RGB (Red+Green+Blue) = 216+196+179=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4B3 is #273B4C. Grayscale: #C8C8C8. Windows color (decimal): -2571085 or 11781336. OLE color: 11781336.

HSL color Cylindrical-coordinate representation of color #D8C4B3: hue angle of 27.57º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8C4B3 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216196179-
CMYK00.090.170.15
HSL27.57º32.17%77.45%-
HSV(B)27.57º17.13%84.71%-
XYZ56.257.3350.75-
YUV200.04116.13139.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 179 (70.31% from 255) = 30.29%
R=36.55%
G=33.16%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619617900.090.170.1527.5732.1777.45
HexD8C4B30911F1c204d
Octal33030426301121173440115
Binary11011000110001001011001101001100011111111001000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C4B3; }

 p { color: rgb(216,196,179); }

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

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

 a { background-color: rgb(216,196,179); }

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

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

 span { border-color: rgb(216,196,179); }

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