#DAC9BD

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

Shades of Swirl #DAC9BD

Tints of Swirl #DAC9BD

Color information

#DAC9BD (or 0xDAC9BD) is unknown color: approx Swirl. HEX triplet: DA, C9 and BD. RGB value is (218,201,189). Sum of RGB (Red+Green+Blue) = 218+201+189=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9BD is #253642. Grayscale: #CCCCCC. Windows color (decimal): -2438723 or 12437978. OLE color: 12437978.

HSL color Cylindrical-coordinate representation of color #DAC9BD: hue angle of 24.83º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC9BD is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218201189-
CMYK00.080.130.15
HSL24.83º28.16%79.8%-
HSV(B)24.83º13.3%85.49%-
XYZ58.9960.3556.68-
YUV204.71119.13137.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 201 (78.91% from 255) = 33.06%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=35.86%
G=33.06%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820118900.080.130.1524.8328.1679.8
HexDAC9BD08DF191c50
Octal33231127501015173134120
Binary110110101100100110111101010001101111111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9BD; }

 p { color: rgb(218,201,189); }

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

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

 a { background-color: rgb(218,201,189); }

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

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

 span { border-color: rgb(218,201,189); }

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