#DAC7BA

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

Shades of Swirl #DAC7BA

Tints of Swirl #DAC7BA

Color information

#DAC7BA (or 0xDAC7BA) is unknown color: approx Swirl. HEX triplet: DA, C7 and BA. RGB value is (218,199,186). Sum of RGB (Red+Green+Blue) = 218+199+186=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7BA is #253845. Grayscale: #CBCBCB. Windows color (decimal): -2439238 or 12240858. OLE color: 12240858.

HSL color Cylindrical-coordinate representation of color #DAC7BA: hue angle of 24.38º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAC7BA is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218199186-
CMYK00.090.150.15
HSL24.38º30.19%79.22%-
HSV(B)24.38º14.68%85.49%-
XYZ58.259.354.83-
YUV203.2118.29138.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 199 (78.12% from 255) = 33.00%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=36.15%
G=33.00%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819918600.090.150.1524.3830.1979.22
HexDAC7BA09FF181e4f
Octal33230727201117173036117
Binary110110101100011110111010010011111111111000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7BA; }

 p { color: rgb(218,199,186); }

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

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

 a { background-color: rgb(218,199,186); }

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

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

 span { border-color: rgb(218,199,186); }

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