#D9BDA4

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

Shades of Bone #D9BDA4

Tints of Bone #D9BDA4

Color information

#D9BDA4 (or 0xD9BDA4) is unknown color: approx Bone. HEX triplet: D9, BD and A4. RGB value is (217,189,164). Sum of RGB (Red+Green+Blue) = 217+189+164=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 164 (64.45% from 255 or 28.77% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BDA4 is #26425B. Grayscale: #C2C2C2. Windows color (decimal): -2507356 or 10796505. OLE color: 10796505.

HSL color Cylindrical-coordinate representation of color #D9BDA4: hue angle of 28.3º 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 #D9BDA4 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB217189164-
CMYK00.130.240.15
HSL28.3º41.09%74.71%-
HSV(B)28.3º24.42%85.1%-
XYZ53.5153.8342.69-
YUV194.52110.78144.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 164 (64.45% from 255) = 28.77%
R=38.07%
G=33.16%
B=28.77%

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
Decimal21718916400.130.240.1528.341.0974.71
HexD9BDA40D18F1c294b
Octal33127524401530173451113
Binary11011001101111011010010001101110001111111001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDA4; }

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

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

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

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

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

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

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

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