#DAC2AB

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

Shades of Bone #DAC2AB

Tints of Bone #DAC2AB

Color information

#DAC2AB (or 0xDAC2AB) is unknown color: approx Bone. HEX triplet: DA, C2 and AB. RGB value is (218,194,171). Sum of RGB (Red+Green+Blue) = 218+194+171=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC2AB is #253D54. Grayscale: #C6C6C6. Windows color (decimal): -2440533 or 11256538. OLE color: 11256538.

HSL color Cylindrical-coordinate representation of color #DAC2AB: hue angle of 29.36º 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 #DAC2AB is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218194171-
CMYK00.110.220.15
HSL29.36º38.84%76.27%-
HSV(B)29.36º21.56%85.49%-
XYZ55.5656.4346.49-
YUV198.55112.45141.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 171 (67.19% from 255) = 29.33%
R=37.39%
G=33.28%
B=29.33%

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
Decimal21819417100.110.220.1529.3638.8476.27
HexDAC2AB0B16F1d274c
Octal33230225301326173547114
Binary11011010110000101010101101011101101111111011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2AB; }

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

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

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

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

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

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

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

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