#D4C1AD

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

Shades of Bone #D4C1AD

Tints of Bone #D4C1AD

Color information

#D4C1AD (or 0xD4C1AD) is unknown color: approx Bone. HEX triplet: D4, C1 and AD. RGB value is (212,193,173). Sum of RGB (Red+Green+Blue) = 212+193+173=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C1AD is #2B3E52. Grayscale: #C4C4C4. Windows color (decimal): -2834003 or 11387348. OLE color: 11387348.

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

Color convert

RGB212193173-
CMYK00.090.180.17
HSL30.77º31.2%75.49%-
HSV(B)30.77º18.4%83.14%-
XYZ53.7655.1547.35-
YUV196.4114.79139.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.68%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=36.68%
G=33.39%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219317300.090.180.1730.7731.275.49
HexD4C1AD0912111f1f4b
Octal32430125501122213737113
Binary11010100110000011010110101001100101000111111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C1AD; }

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

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

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

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

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

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

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

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