#D6BDA7

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

Shades of Bone #D6BDA7

Tints of Bone #D6BDA7

Color information

#D6BDA7 (or 0xD6BDA7) is unknown color: approx Bone. HEX triplet: D6, BD and A7. RGB value is (214,189,167). Sum of RGB (Red+Green+Blue) = 214+189+167=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDA7 is #294258. Grayscale: #C2C2C2. Windows color (decimal): -2703961 or 10993110. OLE color: 10993110.

HSL color Cylindrical-coordinate representation of color #D6BDA7: hue angle of 28.09º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6BDA7 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214189167-
CMYK00.120.220.16
HSL28.09º36.43%74.71%-
HSV(B)28.09º21.96%83.92%-
XYZ52.953.4844.09-
YUV193.97112.78142.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 167 (65.62% from 255) = 29.30%
R=37.54%
G=33.16%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418916700.120.220.1628.0936.4374.71
HexD6BDA70C16101c244b
Octal32627524701426203444113
Binary110101101011110110100111011001011010000111001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDA7; }

 p { color: rgb(214,189,167); }

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

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

 a { background-color: rgb(214,189,167); }

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

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

 span { border-color: rgb(214,189,167); }

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