#DACBB6

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

Shades of Stark White #DACBB6

Tints of Stark White #DACBB6

Color information

#DACBB6 (or 0xDACBB6) is unknown color: approx Stark White. HEX triplet: DA, CB and B6. RGB value is (218,203,182). Sum of RGB (Red+Green+Blue) = 218+203+182=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBB6 is #253449. Grayscale: #CDCDCD. Windows color (decimal): -2438218 or 11979738. OLE color: 11979738.

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

Color convert

RGB218203182-
CMYK00.070.170.15
HSL35º32.73%78.43%-
HSV(B)35º16.51%85.49%-
XYZ58.7160.9952.93-
YUV205.09114.97137.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 182 (71.48% from 255) = 30.18%
R=36.15%
G=33.67%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820318200.070.170.153532.7378.43
HexDACBB60711F23214e
Octal3323132660721174341116
Binary11011010110010111011011001111000111111000111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBB6; }

 p { color: rgb(218,203,182); }

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

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

 a { background-color: rgb(218,203,182); }

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

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

 span { border-color: rgb(218,203,182); }

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