#D8C4B4

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

Shades of Bone #D8C4B4

Tints of Bone #D8C4B4

Color information

#D8C4B4 (or 0xD8C4B4) is unknown color: approx Bone. HEX triplet: D8, C4 and B4. RGB value is (216,196,180). Sum of RGB (Red+Green+Blue) = 216+196+180=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4B4 is #273B4B. Grayscale: #C8C8C8. Windows color (decimal): -2571084 or 11846872. OLE color: 11846872.

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

Color convert

RGB216196180-
CMYK00.090.170.15
HSL26.67º31.58%77.65%-
HSV(B)26.67º16.67%84.71%-
XYZ56.357.3751.29-
YUV200.16116.63139.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.49%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 180 (70.70% from 255) = 30.41%
R=36.49%
G=33.11%
B=30.41%

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
Decimal21619618000.090.170.1526.6731.5877.65
HexD8C4B40911F1b204e
Octal33030426401121173340116
Binary11011000110001001011010001001100011111110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C4B4; }

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

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

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

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

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

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

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

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