#D7C4AF

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

Shades of Bone #D7C4AF

Tints of Bone #D7C4AF

Color information

#D7C4AF (or 0xD7C4AF) is unknown color: approx Bone. HEX triplet: D7, C4 and AF. RGB value is (215,196,175). Sum of RGB (Red+Green+Blue) = 215+196+175=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C4AF is #283B50. Grayscale: #C7C7C7. Windows color (decimal): -2636625 or 11519191. OLE color: 11519191.

HSL color Cylindrical-coordinate representation of color #D7C4AF: hue angle of 31.5º degrees, saturation: 0.33, 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 #D7C4AF is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215196175-
CMYK00.090.190.16
HSL31.5º33.33%76.47%-
HSV(B)31.5º18.6%84.31%-
XYZ55.557.0248.64-
YUV199.29114.29139.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 196 (76.95% from 255) = 33.45%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=36.69%
G=33.45%
B=29.86%

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
Decimal21519617500.090.190.1631.533.3376.47
HexD7C4AF09131020214c
Octal32730425701123204041114
Binary1101011111000100101011110100110011100001000001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C4AF; }

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

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

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

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

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

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

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

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