#D8C2AD

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

Shades of Bone #D8C2AD

Tints of Bone #D8C2AD

Color information

#D8C2AD (or 0xD8C2AD) is unknown color: approx Bone. HEX triplet: D8, C2 and AD. RGB value is (216,194,173). Sum of RGB (Red+Green+Blue) = 216+194+173=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C2AD is #273D52. Grayscale: #C6C6C6. Windows color (decimal): -2571603 or 11387608. OLE color: 11387608.

HSL color Cylindrical-coordinate representation of color #D8C2AD: hue angle of 29.3º 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 #D8C2AD is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB216194173-
CMYK00.100.200.15
HSL29.3º35.54%76.27%-
HSV(B)29.3º19.91%84.71%-
XYZ55.1556.247.48-
YUV198.18113.79140.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=37.05%
G=33.28%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619417300.100.200.1529.335.5476.27
HexD8C2AD0A14F1d244c
Octal33030225501224173544114
Binary11011000110000101010110101010101001111111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C2AD; }

 p { color: rgb(216,194,173); }

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

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

 a { background-color: rgb(216,194,173); }

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

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

 span { border-color: rgb(216,194,173); }

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