#DAC4AA

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

Shades of Bone #DAC4AA

Tints of Bone #DAC4AA

Color information

#DAC4AA (or 0xDAC4AA) is unknown color: approx Bone. HEX triplet: DA, C4 and AA. RGB value is (218,196,170). Sum of RGB (Red+Green+Blue) = 218+196+170=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC4AA is #253B55. Grayscale: #C7C7C7. Windows color (decimal): -2440022 or 11191514. OLE color: 11191514.

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

Color convert

RGB218196170-
CMYK00.100.220.15
HSL32.5º39.34%76.08%-
HSV(B)32.5º22.02%85.49%-
XYZ55.9157.2946.14-
YUV199.61111.29141.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 196 (76.95% from 255) = 33.56%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=37.33%
G=33.56%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819617000.100.220.1532.539.3476.08
HexDAC4AA0A16F21274c
Octal33230425201226174147114
Binary110110101100010010101010010101011011111000011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4AA; }

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

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

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

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

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

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

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

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