#DAC9BC

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

Shades of Swirl #DAC9BC

Tints of Swirl #DAC9BC

Color information

#DAC9BC (or 0xDAC9BC) is unknown color: approx Swirl. HEX triplet: DA, C9 and BC. RGB value is (218,201,188). Sum of RGB (Red+Green+Blue) = 218+201+188=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9BC is #253643. Grayscale: #CCCCCC. Windows color (decimal): -2438724 or 12372442. OLE color: 12372442.

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

Color convert

RGB218201188-
CMYK00.080.140.15
HSL26º28.85%79.61%-
HSV(B)26º13.76%85.49%-
XYZ58.8860.3156.11-
YUV204.6118.63137.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 201 (78.91% from 255) = 33.11%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=35.91%
G=33.11%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820118800.080.140.152628.8579.61
HexDAC9BC08EF1a1d50
Octal33231127401016173235120
Binary110110101100100110111100010001110111111010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9BC; }

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

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

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

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

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

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

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

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