#DAC8B0

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

Shades of Stark White #DAC8B0

Tints of Stark White #DAC8B0

Color information

#DAC8B0 (or 0xDAC8B0) is unknown color: approx Stark White. HEX triplet: DA, C8 and B0. RGB value is (218,200,176). Sum of RGB (Red+Green+Blue) = 218+200+176=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8B0 is #25374F. Grayscale: #CACACA. Windows color (decimal): -2438992 or 11585754. OLE color: 11585754.

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

Color convert

RGB218200176-
CMYK00.080.190.15
HSL34.29º36.21%77.25%-
HSV(B)34.29º19.27%85.49%-
XYZ57.459.3549.5-
YUV202.65112.96138.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 176 (69.14% from 255) = 29.63%
R=36.70%
G=33.67%
B=29.63%

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
Decimal21820017600.080.190.1534.2936.2177.25
HexDAC8B00813F22244d
Octal33231026001023174244115
Binary110110101100100010110000010001001111111000101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8B0; }

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

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

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

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

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

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

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

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