#DAC8BA

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

Shades of Swirl #DAC8BA

Tints of Swirl #DAC8BA

Color information

#DAC8BA (or 0xDAC8BA) is unknown color: approx Swirl. HEX triplet: DA, C8 and BA. RGB value is (218,200,186). Sum of RGB (Red+Green+Blue) = 218+200+186=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8BA is #253745. Grayscale: #CBCBCB. Windows color (decimal): -2438982 or 12241114. OLE color: 12241114.

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

Color convert

RGB218200186-
CMYK00.080.150.15
HSL26.25º30.19%79.22%-
HSV(B)26.25º14.68%85.49%-
XYZ58.4359.7654.91-
YUV203.79117.96138.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 200 (78.52% from 255) = 33.11%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=36.09%
G=33.11%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820018600.080.150.1526.2530.1979.22
HexDAC8BA08FF1a1e4f
Octal33231027201017173236117
Binary110110101100100010111010010001111111111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8BA; }

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

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

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

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

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

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

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

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