#DAC8B1

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

Shades of Stark White #DAC8B1

Tints of Stark White #DAC8B1

Color information

#DAC8B1 (or 0xDAC8B1) is unknown color: approx Stark White. HEX triplet: DA, C8 and B1. RGB value is (218,200,177). Sum of RGB (Red+Green+Blue) = 218+200+177=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8B1 is #25374E. Grayscale: #CACACA. Windows color (decimal): -2438991 or 11651290. OLE color: 11651290.

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

Color convert

RGB218200177-
CMYK00.080.190.15
HSL33.66º35.65%77.45%-
HSV(B)33.66º18.81%85.49%-
XYZ57.559.3950.03-
YUV202.76113.46138.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 177 (69.53% from 255) = 29.75%
R=36.64%
G=33.61%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820017700.080.190.1533.6635.6577.45
HexDAC8B10813F22244d
Octal33231026101023174244115
Binary110110101100100010110001010001001111111000101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8B1; }

 p { color: rgb(218,200,177); }

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

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

 a { background-color: rgb(218,200,177); }

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

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

 span { border-color: rgb(218,200,177); }

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