#DAC4AE

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

Shades of Bone #DAC4AE

Tints of Bone #DAC4AE

Color information

#DAC4AE (or 0xDAC4AE) is unknown color: approx Bone. HEX triplet: DA, C4 and AE. RGB value is (218,196,174). Sum of RGB (Red+Green+Blue) = 218+196+174=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC4AE is #253B51. Grayscale: #C8C8C8. Windows color (decimal): -2440018 or 11453658. OLE color: 11453658.

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

Color convert

RGB218196174-
CMYK00.100.200.15
HSL30º37.29%76.86%-
HSV(B)30º20.18%85.49%-
XYZ56.2957.4448.16-
YUV200.07113.29140.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=37.07%
G=33.33%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819617400.100.200.153037.2976.86
HexDAC4AE0A14F1e254d
Octal33230425601224173645115
Binary11011010110001001010111001010101001111111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4AE; }

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

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

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

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

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

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

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

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