#DACAB3

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

Shades of Stark White #DACAB3

Tints of Stark White #DACAB3

Color information

#DACAB3 (or 0xDACAB3) is unknown color: approx Stark White. HEX triplet: DA, CA and B3. RGB value is (218,202,179). Sum of RGB (Red+Green+Blue) = 218+202+179=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAB3 is #25354C. Grayscale: #CCCCCC. Windows color (decimal): -2438477 or 11782874. OLE color: 11782874.

HSL color Cylindrical-coordinate representation of color #DACAB3: hue angle of 35.38º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACAB3 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB218202179-
CMYK00.070.180.15
HSL35.38º34.51%77.84%-
HSV(B)35.38º17.89%85.49%-
XYZ58.1760.451.24-
YUV204.16113.8137.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 179 (70.31% from 255) = 29.88%
R=36.39%
G=33.72%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820217900.070.180.1535.3834.5177.84
HexDACAB30712F23234e
Octal3323122630722174343116
Binary11011010110010101011001101111001011111000111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAB3; }

 p { color: rgb(218,202,179); }

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

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

 a { background-color: rgb(218,202,179); }

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

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

 span { border-color: rgb(218,202,179); }

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