#DAC4AD

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

Shades of Bone #DAC4AD

Tints of Bone #DAC4AD

Color information

#DAC4AD (or 0xDAC4AD) is unknown color: approx Bone. HEX triplet: DA, C4 and AD. RGB value is (218,196,173). Sum of RGB (Red+Green+Blue) = 218+196+173=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC4AD is #253B52. Grayscale: #C8C8C8. Windows color (decimal): -2440019 or 11388122. OLE color: 11388122.

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

Color convert

RGB218196173-
CMYK00.100.210.15
HSL30.67º37.82%76.67%-
HSV(B)30.67º20.64%85.49%-
XYZ56.257.447.65-
YUV199.96112.79140.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=37.14%
G=33.39%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819617300.100.210.1530.6737.8276.67
HexDAC4AD0A15F1f264d
Octal33230425501225173746115
Binary11011010110001001010110101010101011111111111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4AD; }

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

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

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

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

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

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

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

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