#DAC1AA

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

Shades of Bone #DAC1AA

Tints of Bone #DAC1AA

Color information

#DAC1AA (or 0xDAC1AA) is unknown color: approx Bone. HEX triplet: DA, C1 and AA. RGB value is (218,193,170). Sum of RGB (Red+Green+Blue) = 218+193+170=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC1AA is #253E55. Grayscale: #C5C5C5. Windows color (decimal): -2440790 or 11190746. OLE color: 11190746.

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

Color convert

RGB218193170-
CMYK00.110.220.15
HSL28.75º39.34%76.08%-
HSV(B)28.75º22.02%85.49%-
XYZ55.2455.9545.92-
YUV197.85112.28142.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=37.52%
G=33.22%
B=29.26%

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
Decimal21819317000.110.220.1528.7539.3476.08
HexDAC1AA0B16F1d274c
Octal33230125201326173547114
Binary11011010110000011010101001011101101111111011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1AA; }

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

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

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

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

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

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

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

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