#D9BDA5

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

Shades of Bone #D9BDA5

Tints of Bone #D9BDA5

Color information

#D9BDA5 (or 0xD9BDA5) is unknown color: approx Bone. HEX triplet: D9, BD and A5. RGB value is (217,189,165). Sum of RGB (Red+Green+Blue) = 217+189+165=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BDA5 is #26425A. Grayscale: #C2C2C2. Windows color (decimal): -2507355 or 10862041. OLE color: 10862041.

HSL color Cylindrical-coordinate representation of color #D9BDA5: hue angle of 27.69º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9BDA5 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB217189165-
CMYK00.130.240.15
HSL27.69º40.63%74.9%-
HSV(B)27.69º23.96%85.1%-
XYZ53.653.8643.17-
YUV194.64111.28143.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 165 (64.84% from 255) = 28.90%
R=38.00%
G=33.10%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718916500.130.240.1527.6940.6374.9
HexD9BDA50D18F1c294b
Octal33127524501530173451113
Binary11011001101111011010010101101110001111111001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDA5; }

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

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

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

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

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

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

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

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