#D4C1B0

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

Shades of Bone #D4C1B0

Tints of Bone #D4C1B0

Color information

#D4C1B0 (or 0xD4C1B0) is unknown color: approx Bone. HEX triplet: D4, C1 and B0. RGB value is (212,193,176). Sum of RGB (Red+Green+Blue) = 212+193+176=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C1B0 is #2B3E4F. Grayscale: #C4C4C4. Windows color (decimal): -2834000 or 11583956. OLE color: 11583956.

HSL color Cylindrical-coordinate representation of color #D4C1B0: hue angle of 28.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4C1B0 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212193176-
CMYK00.090.170.17
HSL28.33º29.51%76.08%-
HSV(B)28.33º16.98%83.14%-
XYZ54.0655.2748.89-
YUV196.74116.29138.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.49%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 176 (69.14% from 255) = 30.29%
R=36.49%
G=33.22%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219317600.090.170.1728.3329.5176.08
HexD4C1B00911111c1e4c
Octal32430126001121213436114
Binary11010100110000011011000001001100011000111100111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C1B0; }

 p { color: rgb(212,193,176); }

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

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

 a { background-color: rgb(212,193,176); }

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

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

 span { border-color: rgb(212,193,176); }

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