#DAC1AD

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

Shades of Bone #DAC1AD

Tints of Bone #DAC1AD

Color information

#DAC1AD (or 0xDAC1AD) is unknown color: approx Bone. HEX triplet: DA, C1 and AD. RGB value is (218,193,173). Sum of RGB (Red+Green+Blue) = 218+193+173=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC1AD is #253E52. Grayscale: #C6C6C6. Windows color (decimal): -2440787 or 11387354. OLE color: 11387354.

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

Color convert

RGB218193173-
CMYK00.110.210.15
HSL26.67º37.82%76.67%-
HSV(B)26.67º20.64%85.49%-
XYZ55.5356.0647.43-
YUV198.2113.78142.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=37.33%
G=33.05%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819317300.110.210.1526.6737.8276.67
HexDAC1AD0B15F1b264d
Octal33230125501325173346115
Binary11011010110000011010110101011101011111110111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1AD; }

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

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

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

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

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

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

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

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