#DAC7BB

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

Shades of Swirl #DAC7BB

Tints of Swirl #DAC7BB

Color information

#DAC7BB (or 0xDAC7BB) is unknown color: approx Swirl. HEX triplet: DA, C7 and BB. RGB value is (218,199,187). Sum of RGB (Red+Green+Blue) = 218+199+187=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7BB is #253844. Grayscale: #CBCBCB. Windows color (decimal): -2439237 or 12306394. OLE color: 12306394.

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

Color convert

RGB218199187-
CMYK00.090.140.15
HSL23.23º29.52%79.41%-
HSV(B)23.23º14.22%85.49%-
XYZ58.3159.3455.39-
YUV203.31118.79138.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 199 (78.12% from 255) = 32.95%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=36.09%
G=32.95%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819918700.090.140.1523.2329.5279.41
HexDAC7BB09EF171e4f
Octal33230727301116172736117
Binary110110101100011110111011010011110111110111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7BB; }

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

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

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

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

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

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

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

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