#DAC7B1

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

Shades of Bone #DAC7B1

Tints of Bone #DAC7B1

Color information

#DAC7B1 (or 0xDAC7B1) is unknown color: approx Bone. HEX triplet: DA, C7 and B1. RGB value is (218,199,177). Sum of RGB (Red+Green+Blue) = 218+199+177=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 177 (69.53% from 255 or 29.80% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC7B1 is #25384E. Grayscale: #CACACA. Windows color (decimal): -2439247 or 11651034. OLE color: 11651034.

HSL color Cylindrical-coordinate representation of color #DAC7B1: hue angle of 32.2º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAC7B1 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218199177-
CMYK00.090.190.15
HSL32.2º35.65%77.45%-
HSV(B)32.2º18.81%85.49%-
XYZ57.2758.9349.95-
YUV202.17113.79139.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 199 (78.12% from 255) = 33.50%
BLUE value IS 177 (69.53% from 255) = 29.80%
R=36.70%
G=33.50%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819917700.090.190.1532.235.6577.45
HexDAC7B10913F20244d
Octal33230726101123174044115
Binary110110101100011110110001010011001111111000001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7B1; }

 p { color: rgb(218,199,177); }

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

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

 a { background-color: rgb(218,199,177); }

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

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

 span { border-color: rgb(218,199,177); }

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