#D4BDA8

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

Shades of Bone #D4BDA8

Tints of Bone #D4BDA8

Color information

#D4BDA8 (or 0xD4BDA8) is unknown color: approx Bone. HEX triplet: D4, BD and A8. RGB value is (212,189,168). Sum of RGB (Red+Green+Blue) = 212+189+168=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BDA8 is #2B4257. Grayscale: #C1C1C1. Windows color (decimal): -2835032 or 11058644. OLE color: 11058644.

HSL color Cylindrical-coordinate representation of color #D4BDA8: hue angle of 28.64º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4BDA8 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB212189168-
CMYK00.110.210.17
HSL28.64º33.85%74.51%-
HSV(B)28.64º20.75%83.14%-
XYZ52.4253.2244.56-
YUV193.48113.62141.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 168 (66.02% from 255) = 29.53%
R=37.26%
G=33.22%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218916800.110.210.1728.6433.8574.51
HexD4BDA80B15111d224b
Octal32427525001325213542113
Binary110101001011110110101000010111010110001111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BDA8; }

 p { color: rgb(212,189,168); }

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

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

 a { background-color: rgb(212,189,168); }

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

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

 span { border-color: rgb(212,189,168); }

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