#D6BDA5

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

Shades of Bone #D6BDA5

Tints of Bone #D6BDA5

Color information

#D6BDA5 (or 0xD6BDA5) is unknown color: approx Bone. HEX triplet: D6, BD and A5. RGB value is (214,189,165). Sum of RGB (Red+Green+Blue) = 214+189+165=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDA5 is #29425A. Grayscale: #C1C1C1. Windows color (decimal): -2703963 or 10862038. OLE color: 10862038.

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

Color convert

RGB214189165-
CMYK00.120.230.16
HSL29.39º37.4%74.31%-
HSV(B)29.39º22.9%83.92%-
XYZ52.7253.4143.13-
YUV193.74111.78142.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.68%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 165 (64.84% from 255) = 29.05%
R=37.68%
G=33.27%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418916500.120.230.1629.3937.474.31
HexD6BDA50C17101d254a
Octal32627524501427203545112
Binary110101101011110110100101011001011110000111011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDA5; }

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

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

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

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

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

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

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

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