#DACBB9

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

Shades of Stark White #DACBB9

Tints of Stark White #DACBB9

Color information

#DACBB9 (or 0xDACBB9) is unknown color: approx Stark White. HEX triplet: DA, CB and B9. RGB value is (218,203,185). Sum of RGB (Red+Green+Blue) = 218+203+185=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBB9 is #253446. Grayscale: #CDCDCD. Windows color (decimal): -2438215 or 12176346. OLE color: 12176346.

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

Color convert

RGB218203185-
CMYK00.070.150.15
HSL32.73º30.84%79.02%-
HSV(B)32.73º15.14%85.49%-
XYZ59.0361.1254.59-
YUV205.43116.47136.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=35.97%
G=33.50%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820318500.070.150.1532.7330.8479.02
HexDACBB907FF211f4f
Octal3323132710717174137117
Binary110110101100101110111001011111111111100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBB9; }

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

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

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

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

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

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

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

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