#DAC9B9

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

Shades of Stark White #DAC9B9

Tints of Stark White #DAC9B9

Color information

#DAC9B9 (or 0xDAC9B9) is unknown color: approx Stark White. HEX triplet: DA, C9 and B9. RGB value is (218,201,185). Sum of RGB (Red+Green+Blue) = 218+201+185=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9B9 is #253646. Grayscale: #CCCCCC. Windows color (decimal): -2438727 or 12175834. OLE color: 12175834.

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

Color convert

RGB218201185-
CMYK00.080.150.15
HSL29.09º30.84%79.02%-
HSV(B)29.09º15.14%85.49%-
XYZ58.5660.1854.43-
YUV204.26117.13137.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 201 (78.91% from 255) = 33.28%
BLUE value IS 185 (72.66% from 255) = 30.63%
R=36.09%
G=33.28%
B=30.63%

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
Decimal21820118500.080.150.1529.0930.8479.02
HexDAC9B908FF1d1f4f
Octal33231127101017173537117
Binary110110101100100110111001010001111111111101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9B9; }

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

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

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

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

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

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

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

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