#D7C4AD

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

Shades of Bone #D7C4AD

Tints of Bone #D7C4AD

Color information

#D7C4AD (or 0xD7C4AD) is unknown color: approx Bone. HEX triplet: D7, C4 and AD. RGB value is (215,196,173). Sum of RGB (Red+Green+Blue) = 215+196+173=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C4AD is #283B52. Grayscale: #C7C7C7. Windows color (decimal): -2636627 or 11388119. OLE color: 11388119.

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

Color convert

RGB215196173-
CMYK00.090.200.16
HSL32.86º34.43%76.08%-
HSV(B)32.86º19.53%84.31%-
XYZ55.3156.9447.61-
YUV199.06113.29139.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 196 (76.95% from 255) = 33.56%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=36.82%
G=33.56%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519617300.090.200.1632.8634.4376.08
HexD7C4AD09141021224c
Octal32730425501124204142114
Binary1101011111000100101011010100110100100001000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C4AD; }

 p { color: rgb(215,196,173); }

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

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

 a { background-color: rgb(215,196,173); }

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

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

 span { border-color: rgb(215,196,173); }

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