#D7C4AE

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

Shades of Bone #D7C4AE

Tints of Bone #D7C4AE

Color information

#D7C4AE (or 0xD7C4AE) is unknown color: approx Bone. HEX triplet: D7, C4 and AE. RGB value is (215,196,174). Sum of RGB (Red+Green+Blue) = 215+196+174=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C4AE is #283B51. Grayscale: #C7C7C7. Windows color (decimal): -2636626 or 11453655. OLE color: 11453655.

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

Color convert

RGB215196174-
CMYK00.090.190.16
HSL32.2º33.88%76.27%-
HSV(B)32.2º19.07%84.31%-
XYZ55.456.9848.12-
YUV199.17113.79139.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.75%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=36.75%
G=33.50%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519617400.090.190.1632.233.8876.27
HexD7C4AE09131020224c
Octal32730425601123204042114
Binary1101011111000100101011100100110011100001000001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C4AE; }

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

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

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

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

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

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

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

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