#D8C5AC

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

Shades of Bone #D8C5AC

Tints of Bone #D8C5AC

Color information

#D8C5AC (or 0xD8C5AC) is unknown color: approx Bone. HEX triplet: D8, C5 and AC. RGB value is (216,197,172). Sum of RGB (Red+Green+Blue) = 216+197+172=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C5AC is #273A53. Grayscale: #C7C7C7. Windows color (decimal): -2570836 or 11322840. OLE color: 11322840.

HSL color Cylindrical-coordinate representation of color #D8C5AC: hue angle of 34.09º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8C5AC is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB216197172-
CMYK00.090.200.15
HSL34.09º36.07%76.08%-
HSV(B)34.09º20.37%84.71%-
XYZ55.7357.5147.19-
YUV199.83112.29139.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=36.92%
G=33.68%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619717200.090.200.1534.0936.0776.08
HexD8C5AC0914F22244c
Octal33030525401124174244114
Binary110110001100010110101100010011010011111000101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C5AC; }

 p { color: rgb(216,197,172); }

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

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

 a { background-color: rgb(216,197,172); }

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

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

 span { border-color: rgb(216,197,172); }

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