#DAC1AB

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

Shades of Bone #DAC1AB

Tints of Bone #DAC1AB

Color information

#DAC1AB (or 0xDAC1AB) is unknown color: approx Bone. HEX triplet: DA, C1 and AB. RGB value is (218,193,171). Sum of RGB (Red+Green+Blue) = 218+193+171=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC1AB is #253E54. Grayscale: #C6C6C6. Windows color (decimal): -2440789 or 11256282. OLE color: 11256282.

HSL color Cylindrical-coordinate representation of color #DAC1AB: hue angle of 28.09º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC1AB is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218193171-
CMYK00.110.220.15
HSL28.09º38.84%76.27%-
HSV(B)28.09º21.56%85.49%-
XYZ55.3355.9946.42-
YUV197.97112.78142.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=37.46%
G=33.16%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819317100.110.220.1528.0938.8476.27
HexDAC1AB0B16F1c274c
Octal33230125301326173447114
Binary11011010110000011010101101011101101111111001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1AB; }

 p { color: rgb(218,193,171); }

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

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

 a { background-color: rgb(218,193,171); }

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

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

 span { border-color: rgb(218,193,171); }

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