#DACAB9

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

Shades of Stark White #DACAB9

Tints of Stark White #DACAB9

Color information

#DACAB9 (or 0xDACAB9) is unknown color: approx Stark White. HEX triplet: DA, CA and B9. RGB value is (218,202,185). Sum of RGB (Red+Green+Blue) = 218+202+185=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAB9 is #253546. Grayscale: #CCCCCC. Windows color (decimal): -2438471 or 12176090. OLE color: 12176090.

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

Color convert

RGB218202185-
CMYK00.070.150.15
HSL30.91º30.84%79.02%-
HSV(B)30.91º15.14%85.49%-
XYZ58.7960.6554.51-
YUV204.85116.8137.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 185 (72.66% from 255) = 30.58%
R=36.03%
G=33.39%
B=30.58%

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
Decimal21820218500.070.150.1530.9130.8479.02
HexDACAB907FF1f1f4f
Octal3323122710717173737117
Binary11011010110010101011100101111111111111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAB9; }

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

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

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

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

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

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

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

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