#D6C3B4

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

Shades of Bone #D6C3B4

Tints of Bone #D6C3B4

Color information

#D6C3B4 (or 0xD6C3B4) is unknown color: approx Bone. HEX triplet: D6, C3 and B4. RGB value is (214,195,180). Sum of RGB (Red+Green+Blue) = 214+195+180=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3B4 is #293C4B. Grayscale: #C7C7C7. Windows color (decimal): -2702412 or 11846614. OLE color: 11846614.

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

Color convert

RGB214195180-
CMYK00.090.160.16
HSL26.47º29.31%77.25%-
HSV(B)26.47º15.89%83.92%-
XYZ55.4856.6251.18-
YUV198.97117.29138.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 180 (70.70% from 255) = 30.56%
R=36.33%
G=33.11%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419518000.090.160.1626.4729.3177.25
HexD6C3B40910101a1d4d
Octal32630326401120203235115
Binary11010110110000111011010001001100001000011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3B4; }

 p { color: rgb(214,195,180); }

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

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

 a { background-color: rgb(214,195,180); }

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

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

 span { border-color: rgb(214,195,180); }

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