#DAC9BB

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

Shades of Swirl #DAC9BB

Tints of Swirl #DAC9BB

Color information

#DAC9BB (or 0xDAC9BB) is unknown color: approx Swirl. HEX triplet: DA, C9 and BB. RGB value is (218,201,187). Sum of RGB (Red+Green+Blue) = 218+201+187=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9BB is #253644. Grayscale: #CCCCCC. Windows color (decimal): -2438725 or 12306906. OLE color: 12306906.

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

Color convert

RGB218201187-
CMYK00.080.140.15
HSL27.1º29.52%79.41%-
HSV(B)27.1º14.22%85.49%-
XYZ58.7760.2755.55-
YUV204.49118.13137.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 201 (78.91% from 255) = 33.17%
BLUE value IS 187 (73.44% from 255) = 30.86%
R=35.97%
G=33.17%
B=30.86%

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
Decimal21820118700.080.140.1527.129.5279.41
HexDAC9BB08EF1b1e4f
Octal33231127301016173336117
Binary110110101100100110111011010001110111111011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9BB; }

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

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

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

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

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

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

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

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