#D5BDA7

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

Shades of Bone #D5BDA7

Tints of Bone #D5BDA7

Color information

#D5BDA7 (or 0xD5BDA7) is unknown color: approx Bone. HEX triplet: D5, BD and A7. RGB value is (213,189,167). Sum of RGB (Red+Green+Blue) = 213+189+167=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 167 (65.62% from 255 or 29.35% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BDA7 is #2A4258. Grayscale: #C1C1C1. Windows color (decimal): -2769497 or 10993109. OLE color: 10993109.

HSL color Cylindrical-coordinate representation of color #D5BDA7: hue angle of 28.7º degrees, saturation: 0.35, 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 #D5BDA7 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB213189167-
CMYK00.110.220.16
HSL28.7º35.38%74.51%-
HSV(B)28.7º21.6%83.53%-
XYZ52.6153.3344.08-
YUV193.67112.95141.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 167 (65.62% from 255) = 29.35%
R=37.43%
G=33.22%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318916700.110.220.1628.735.3874.51
HexD5BDA70B16101d234b
Octal32527524701326203543113
Binary110101011011110110100111010111011010000111011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BDA7; }

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

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

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

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

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

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

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

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